Html Css Color HEX #F05478 Dark Pink

📋 copy color: '#F05478'

red 240 ◦ green 84 ◦ blue 120

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

Shades of Dark Pink #F05478

Tints of Dark Pink #F05478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.92%

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

R = 54.05%
G = 18.92%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F05478 (or 0xF05478) is known color: Dark Pink. HEX triplet: F0, 54 and 78. RGB value is (240,84,120). Sum of RGB (Red+Green+Blue) = 240+84+120=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F05478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05478 is #0FAB87. Grayscale: #868686. Windows color (decimal): -1026952 or 7886064. OLE color: 7886064.

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

Color convert

RGB 240 84 120 -
CMYK 0 0.65 0.5 0.06
HSL 346.15º 0.84% 0.64% -
HSV(B) 346.15º 0.65% 0.94% -
XYZ 42.5 26.22 20.59 -
YUV 134.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 240 84 120 0 0.65 0.5 0.06 346.15 0.84 0.64
Hex F0 54 78 0 41 32 6 15A 54 40
Octal 360 124 170 0 101 62 6 532 124 100
Binary 11110000 1010100 1111000 0 1000001 110010 110 101011010 1010100 1000000

Color Harmonies of #F05478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05478

Black with #F05478

Text Example


Text Example

White with #F05478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05478; }

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

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

background-color css

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

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

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

border-color css

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

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

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