Html Css Color HEX #F05175 Dark Pink

📋 copy color: '#F05175'

red 240 ◦ green 81 ◦ blue 117

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

Shades of Dark Pink #F05175

Tints of Dark Pink #F05175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 54.79%
G = 18.49%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F05175 (or 0xF05175) is known color: Dark Pink. HEX triplet: F0, 51 and 75. RGB value is (240,81,117). Sum of RGB (Red+Green+Blue) = 240+81+117=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F05175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05175 is #0FAE8A. Grayscale: #848484. Windows color (decimal): -1027723 or 7688688. OLE color: 7688688.

HSL color Cylindrical-coordinate representation of color #F05175: hue angle of 346.42º 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 #F05175 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 117 -
CMYK 0 0.66 0.51 0.06
HSL 346.42º 0.84% 0.63% -
HSV(B) 346.42º 0.66% 0.94% -
XYZ 42.09 25.69 19.57 -
YUV 132.65 119.18 204.57 -
System Red Green Blue C M Y K H S L
Decimal 240 81 117 0 0.66 0.51 0.06 346.42 0.84 0.63
Hex F0 51 75 0 42 33 6 15A 54 3F
Octal 360 121 165 0 102 63 6 532 124 77
Binary 11110000 1010001 1110101 0 1000010 110011 110 101011010 1010100 111111

Color Harmonies of #F05175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05175

Black with #F05175

Text Example


Text Example

White with #F05175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05175; }

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

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

background-color css

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

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

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

border-color css

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

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

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