Html Css Color HEX #F05278 Dark Pink

📋 copy color: '#F05278'

red 240 ◦ green 82 ◦ blue 120

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

Shades of Dark Pink #F05278

Tints of Dark Pink #F05278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.55%

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

R = 54.3%
G = 18.55%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F05278 (or 0xF05278) is known color: Dark Pink. HEX triplet: F0, 52 and 78. RGB value is (240,82,120). Sum of RGB (Red+Green+Blue) = 240+82+120=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F05278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05278 is #0FAD87. Grayscale: #858585. Windows color (decimal): -1027464 or 7885552. OLE color: 7885552.

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

Color convert

RGB 240 82 120 -
CMYK 0 0.66 0.5 0.06
HSL 345.57º 0.84% 0.63% -
HSV(B) 345.57º 0.66% 0.94% -
XYZ 42.34 25.92 20.54 -
YUV 133.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 240 82 120 0 0.66 0.5 0.06 345.57 0.84 0.63
Hex F0 52 78 0 42 32 6 15A 54 3F
Octal 360 122 170 0 102 62 6 532 124 77
Binary 11110000 1010010 1111000 0 1000010 110010 110 101011010 1010100 111111

Color Harmonies of #F05278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05278

Black with #F05278

Text Example


Text Example

White with #F05278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05278; }

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

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

background-color css

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

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

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

border-color css

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

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

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