Html Css Color HEX #F04677 Dark Pink

📋 copy color: '#F04677'

red 240 ◦ green 70 ◦ blue 119

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

Shades of Dark Pink #F04677

Tints of Dark Pink #F04677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.32%

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 55.94%
G = 16.32%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F04677 (or 0xF04677) is known color: Dark Pink. HEX triplet: F0, 46 and 77. RGB value is (240,70,119). Sum of RGB (Red+Green+Blue) = 240+70+119=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F04677 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04677 is #0FB988. Grayscale: #7E7E7E. Windows color (decimal): -1030537 or 7816944. OLE color: 7816944.

HSL color Cylindrical-coordinate representation of color #F04677: hue angle of 342.71º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04677 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 119 -
CMYK 0 0.71 0.50 0.06
HSL 342.71º 0.85% 0.61% -
HSV(B) 342.71º 0.71% 0.94% -
XYZ 41.46 24.24 19.95 -
YUV 126.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 240 70 119 0 0.71 0.50 0.06 342.71 0.85 0.61
Hex F0 46 77 0 47 32 6 157 55 3D
Octal 360 106 167 0 107 62 6 527 125 75
Binary 11110000 1000110 1110111 0 1000111 110010 110 101010111 1010101 111101

Color Harmonies of #F04677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04677

Black with #F04677

Text Example


Text Example

White with #F04677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04677; }

 p { color: rgb(240,70,119); }

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

background-color css

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

 a { background-color: rgb(240,70,119); }

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

border-color css

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

 span { border-color: rgb(240,70,119); }

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