Html Css Color HEX #F05174 Dark Pink

📋 copy color: '#F05174'

red 240 ◦ green 81 ◦ blue 116

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

Shades of Dark Pink #F05174

Tints of Dark Pink #F05174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 54.92%
G = 18.54%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F05174 (or 0xF05174) is known color: Dark Pink. HEX triplet: F0, 51 and 74. RGB value is (240,81,116). Sum of RGB (Red+Green+Blue) = 240+81+116=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F05174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05174 is #0FAE8B. Grayscale: #848484. Windows color (decimal): -1027724 or 7623152. OLE color: 7623152.

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

Color convert

RGB 240 81 116 -
CMYK 0 0.66 0.52 0.06
HSL 346.79º 0.84% 0.63% -
HSV(B) 346.79º 0.66% 0.94% -
XYZ 42.03 25.67 19.26 -
YUV 132.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 240 81 116 0 0.66 0.52 0.06 346.79 0.84 0.63
Hex F0 51 74 0 42 34 6 15B 54 3F
Octal 360 121 164 0 102 64 6 533 124 77
Binary 11110000 1010001 1110100 0 1000010 110100 110 101011011 1010100 111111

Color Harmonies of #F05174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05174

Black with #F05174

Text Example


Text Example

White with #F05174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05174; }

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

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

background-color css

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

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

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

border-color css

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

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

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