Html Css Color HEX #F05185 Dark Pink

📋 copy color: '#F05185'

red 240 ◦ green 81 ◦ blue 133

#F05185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #F05185

Tints of Dark Pink #F05185

RGB

 RED value IS 240 (94.14% from 255) = 52.86%

 GREEN value IS 81 (32.03% from 255) = 17.84%

 BLUE value IS 133 (52.34% from 255) = 29.3%

R = 52.86%
G = 17.84%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F05185 (or 0xF05185) is known color: Dark Pink. HEX triplet: F0, 51 and 85. RGB value is (240,81,133). Sum of RGB (Red+Green+Blue) = 240+81+133=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F05185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05185 is #0FAE7A. Grayscale: #868686. Windows color (decimal): -1027707 or 8737264. OLE color: 8737264.

HSL color Cylindrical-coordinate representation of color #F05185: hue angle of 340.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05185 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 133 -
CMYK 0 0.66 0.45 0.06
HSL 340.38º 0.84% 0.63% -
HSV(B) 340.38º 0.66% 0.94% -
XYZ 43.11 26.1 24.96 -
YUV 134.47 127.18 203.27 -
System Red Green Blue C M Y K H S L
Decimal 240 81 133 0 0.66 0.45 0.06 340.38 0.84 0.63
Hex F0 51 85 0 42 2D 6 154 54 3F
Octal 360 121 205 0 102 55 6 524 124 77
Binary 11110000 1010001 10000101 0 1000010 101101 110 101010100 1010100 111111

Color Harmonies of #F05185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05185

Black with #F05185

Text Example


Text Example

White with #F05185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05185; }

 p { color: rgb(240,81,133); }

 H1.HeaderClassName
 {
   color: #F05185;
 }
 .AnyTagClassName
 {
   color: #F05185;
 }
</style>

background-color css

<style>
 a { background-color: #F05185; }

 a { background-color: rgb(240,81,133); }

 div.DivClassName
 {
   background-color: #F05185;
 }
 .BgClassName
 {
   background-color: #F05185;
 }
</style>

border-color css

<style>
 span { border-color: #F05185; }

 span { border-color: rgb(240,81,133); }

 td.TdClassName
 {
   border-color: #F05185;
 }
 .TagClassName
 {
   border-color: #F05185;
 }
</style>