Html Css Color HEX #F04478 Dark Pink

📋 copy color: '#F04478'

red 240 ◦ green 68 ◦ blue 120

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

Shades of Dark Pink #F04478

Tints of Dark Pink #F04478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.89%

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 56.07%
G = 15.89%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F04478 (or 0xF04478) is known color: Dark Pink. HEX triplet: F0, 44 and 78. RGB value is (240,68,120). Sum of RGB (Red+Green+Blue) = 240+68+120=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F04478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04478 is #0FBB87. Grayscale: #7D7D7D. Windows color (decimal): -1031048 or 7881968. OLE color: 7881968.

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

Color convert

RGB 240 68 120 -
CMYK 0 0.72 0.5 0.06
HSL 341.86º 0.85% 0.6% -
HSV(B) 341.86º 0.72% 0.94% -
XYZ 41.39 24.02 20.22 -
YUV 125.36 124.98 209.77 -
System Red Green Blue C M Y K H S L
Decimal 240 68 120 0 0.72 0.5 0.06 341.86 0.85 0.6
Hex F0 44 78 0 48 32 6 156 55 3C
Octal 360 104 170 0 110 62 6 526 125 74
Binary 11110000 1000100 1111000 0 1001000 110010 110 101010110 1010101 111100

Color Harmonies of #F04478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04478

Black with #F04478

Text Example


Text Example

White with #F04478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04478; }

 p { color: rgb(240,68,120); }

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

background-color css

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

 a { background-color: rgb(240,68,120); }

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

border-color css

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

 span { border-color: rgb(240,68,120); }

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