Html Css Color HEX #F05074 Dark Pink

📋 copy color: '#F05074'

red 240 ◦ green 80 ◦ blue 116

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

Shades of Dark Pink #F05074

Tints of Dark Pink #F05074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 55.05%
G = 18.35%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F05074 (or 0xF05074) is known color: Dark Pink. HEX triplet: F0, 50 and 74. RGB value is (240,80,116). Sum of RGB (Red+Green+Blue) = 240+80+116=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F05074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05074 is #0FAF8B. Grayscale: #838383. Windows color (decimal): -1027980 or 7622896. OLE color: 7622896.

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

Color convert

RGB 240 80 116 -
CMYK 0 0.67 0.52 0.06
HSL 346.5º 0.84% 0.63% -
HSV(B) 346.5º 0.67% 0.94% -
XYZ 41.96 25.52 19.24 -
YUV 131.94 119.01 205.07 -
System Red Green Blue C M Y K H S L
Decimal 240 80 116 0 0.67 0.52 0.06 346.5 0.84 0.63
Hex F0 50 74 0 43 34 6 15A 54 3F
Octal 360 120 164 0 103 64 6 532 124 77
Binary 11110000 1010000 1110100 0 1000011 110100 110 101011010 1010100 111111

Color Harmonies of #F05074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05074

Black with #F05074

Text Example


Text Example

White with #F05074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05074; }

 p { color: rgb(240,80,116); }

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

background-color css

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

 a { background-color: rgb(240,80,116); }

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

border-color css

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

 span { border-color: rgb(240,80,116); }

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