Html Css Color HEX #F05073 Dark Pink

📋 copy color: '#F05073'

red 240 ◦ green 80 ◦ blue 115

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

Shades of Dark Pink #F05073

Tints of Dark Pink #F05073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.44%

R = 55.17%
G = 18.39%
B = 26.44%

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

#F05073 (or 0xF05073) is known color: Dark Pink. HEX triplet: F0, 50 and 73. RGB value is (240,80,115). Sum of RGB (Red+Green+Blue) = 240+80+115=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F05073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05073 is #0FAF8C. Grayscale: #838383. Windows color (decimal): -1027981 or 7557360. OLE color: 7557360.

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

Color convert

RGB 240 80 115 -
CMYK 0 0.67 0.52 0.06
HSL 346.88º 0.84% 0.63% -
HSV(B) 346.88º 0.67% 0.94% -
XYZ 41.9 25.5 18.93 -
YUV 131.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 240 80 115 0 0.67 0.52 0.06 346.88 0.84 0.63
Hex F0 50 73 0 43 34 6 15B 54 3F
Octal 360 120 163 0 103 64 6 533 124 77
Binary 11110000 1010000 1110011 0 1000011 110100 110 101011011 1010100 111111

Color Harmonies of #F05073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05073

Black with #F05073

Text Example


Text Example

White with #F05073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05073; }

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

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

background-color css

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

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

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

border-color css

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

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

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