Html Css Color HEX #F15478 Dark Pink

📋 copy color: '#F15478'

red 241 ◦ green 84 ◦ blue 120

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

Shades of Dark Pink #F15478

Tints of Dark Pink #F15478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.88%

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

R = 54.16%
G = 18.88%
B = 26.97%

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

#F15478 (or 0xF15478) is known color: Dark Pink. HEX triplet: F1, 54 and 78. RGB value is (241,84,120). Sum of RGB (Red+Green+Blue) = 241+84+120=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F15478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15478 is #0EAB87. Grayscale: #878787. Windows color (decimal): -961416 or 7886065. OLE color: 7886065.

HSL color Cylindrical-coordinate representation of color #F15478: hue angle of 346.24º 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 #F15478 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 84 120 -
CMYK 0 0.65 0.50 0.05
HSL 346.24º 0.85% 0.64% -
HSV(B) 346.24º 0.65% 0.95% -
XYZ 42.84 26.4 20.61 -
YUV 135.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 241 84 120 0 0.65 0.50 0.05 346.24 0.85 0.64
Hex F1 54 78 0 41 32 5 15A 55 40
Octal 361 124 170 0 101 62 5 532 125 100
Binary 11110001 1010100 1111000 0 1000001 110010 101 101011010 1010101 1000000

Color Harmonies of #F15478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15478

Black with #F15478

Text Example


Text Example

White with #F15478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15478; }

 p { color: rgb(241,84,120); }

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

background-color css

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

 a { background-color: rgb(241,84,120); }

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

border-color css

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

 span { border-color: rgb(241,84,120); }

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