Html Css Color HEX #F04B77 Dark Pink

📋 copy color: '#F04B77'

red 240 ◦ green 75 ◦ blue 119

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

Shades of Dark Pink #F04B77

Tints of Dark Pink #F04B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.28%

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

R = 55.3%
G = 17.28%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F04B77 (or 0xF04B77) is known color: Dark Pink. HEX triplet: F0, 4B and 77. RGB value is (240,75,119). Sum of RGB (Red+Green+Blue) = 240+75+119=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04B77 is #0FB488. Grayscale: #818181. Windows color (decimal): -1029257 or 7818224. OLE color: 7818224.

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

Color convert

RGB 240 75 119 -
CMYK 0 0.69 0.50 0.06
HSL 344º 0.85% 0.62% -
HSV(B) 344º 0.69% 0.94% -
XYZ 41.78 24.89 20.05 -
YUV 129.35 122.16 206.92 -
System Red Green Blue C M Y K H S L
Decimal 240 75 119 0 0.69 0.50 0.06 344 0.85 0.62
Hex F0 4B 77 0 45 32 6 158 55 3E
Octal 360 113 167 0 105 62 6 530 125 76
Binary 11110000 1001011 1110111 0 1000101 110010 110 101011000 1010101 111110

Color Harmonies of #F04B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04B77

Black with #F04B77

Text Example


Text Example

White with #F04B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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