Html Css Color HEX #F15079 Dark Pink

📋 copy color: '#F15079'

red 241 ◦ green 80 ◦ blue 121

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

Shades of Dark Pink #F15079

Tints of Dark Pink #F15079

RGB

 RED value IS 241 (94.53% from 255) = 54.52%

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

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 54.52%
G = 18.1%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F15079 (or 0xF15079) is known color: Dark Pink. HEX triplet: F1, 50 and 79. RGB value is (241,80,121). Sum of RGB (Red+Green+Blue) = 241+80+121=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F15079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15079 is #0EAF86. Grayscale: #848484. Windows color (decimal): -962439 or 7950577. OLE color: 7950577.

HSL color Cylindrical-coordinate representation of color #F15079: hue angle of 344.72º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15079 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 121 -
CMYK 0 0.67 0.50 0.05
HSL 344.72º 0.85% 0.63% -
HSV(B) 344.72º 0.67% 0.95% -
XYZ 42.6 25.82 20.83 -
YUV 132.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 241 80 121 0 0.67 0.50 0.05 344.72 0.85 0.63
Hex F1 50 79 0 43 32 5 159 55 3F
Octal 361 120 171 0 103 62 5 531 125 77
Binary 11110001 1010000 1111001 0 1000011 110010 101 101011001 1010101 111111

Color Harmonies of #F15079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15079

Black with #F15079

Text Example


Text Example

White with #F15079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15079; }

 p { color: rgb(241,80,121); }

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

background-color css

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

 a { background-color: rgb(241,80,121); }

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

border-color css

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

 span { border-color: rgb(241,80,121); }

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