Html Css Color HEX #F15180 Dark Pink

📋 copy color: '#F15180'

red 241 ◦ green 81 ◦ blue 128

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

Shades of Dark Pink #F15180

Tints of Dark Pink #F15180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18%

 BLUE value IS 128 (50.39% from 255) = 28.44%

R = 53.56%
G = 18%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F15180 (or 0xF15180) is known color: Dark Pink. HEX triplet: F1, 51 and 80. RGB value is (241,81,128). Sum of RGB (Red+Green+Blue) = 241+81+128=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F15180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15180 is #0EAE7F. Grayscale: #868686. Windows color (decimal): -962176 or 8409585. OLE color: 8409585.

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

Color convert

RGB 241 81 128 -
CMYK 0 0.66 0.47 0.05
HSL 342.38º 0.85% 0.63% -
HSV(B) 342.38º 0.66% 0.95% -
XYZ 43.11 26.14 23.2 -
YUV 134.2 124.51 204.18 -
System Red Green Blue C M Y K H S L
Decimal 241 81 128 0 0.66 0.47 0.05 342.38 0.85 0.63
Hex F1 51 80 0 42 2F 5 156 55 3F
Octal 361 121 200 0 102 57 5 526 125 77
Binary 11110001 1010001 10000000 0 1000010 101111 101 101010110 1010101 111111

Color Harmonies of #F15180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15180

Black with #F15180

Text Example


Text Example

White with #F15180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15180; }

 p { color: rgb(241,81,128); }

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

background-color css

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

 a { background-color: rgb(241,81,128); }

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

border-color css

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

 span { border-color: rgb(241,81,128); }

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