Html Css Color HEX #F15579 Dark Pink

📋 copy color: '#F15579'

red 241 ◦ green 85 ◦ blue 121

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

Shades of Dark Pink #F15579

Tints of Dark Pink #F15579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.02%

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

R = 53.91%
G = 19.02%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F15579 (or 0xF15579) is known color: Dark Pink. HEX triplet: F1, 55 and 79. RGB value is (241,85,121). Sum of RGB (Red+Green+Blue) = 241+85+121=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F15579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15579 is #0EAA86. Grayscale: #878787. Windows color (decimal): -961159 or 7951857. OLE color: 7951857.

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

Color convert

RGB 241 85 121 -
CMYK 0 0.65 0.50 0.05
HSL 346.15º 0.85% 0.64% -
HSV(B) 346.15º 0.65% 0.95% -
XYZ 42.98 26.58 20.95 -
YUV 135.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 241 85 121 0 0.65 0.50 0.05 346.15 0.85 0.64
Hex F1 55 79 0 41 32 5 15A 55 40
Octal 361 125 171 0 101 62 5 532 125 100
Binary 11110001 1010101 1111001 0 1000001 110010 101 101011010 1010101 1000000

Color Harmonies of #F15579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15579

Black with #F15579

Text Example


Text Example

White with #F15579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15579; }

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

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

background-color css

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

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

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

border-color css

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

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

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