Html Css Color HEX #F15080 Dark Pink

📋 copy color: '#F15080'

red 241 ◦ green 80 ◦ blue 128

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

Shades of Dark Pink #F15080

Tints of Dark Pink #F15080

RGB

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

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

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

R = 53.67%
G = 17.82%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F15080 (or 0xF15080) is known color: Dark Pink. HEX triplet: F1, 50 and 80. RGB value is (241,80,128). Sum of RGB (Red+Green+Blue) = 241+80+128=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F15080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15080 is #0EAF7F. Grayscale: #858585. Windows color (decimal): -962432 or 8409329. OLE color: 8409329.

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

Color convert

RGB 241 80 128 -
CMYK 0 0.67 0.47 0.05
HSL 342.11º 0.85% 0.63% -
HSV(B) 342.11º 0.67% 0.95% -
XYZ 43.04 26 23.17 -
YUV 133.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 241 80 128 0 0.67 0.47 0.05 342.11 0.85 0.63
Hex F1 50 80 0 43 2F 5 156 55 3F
Octal 361 120 200 0 103 57 5 526 125 77
Binary 11110001 1010000 10000000 0 1000011 101111 101 101010110 1010101 111111

Color Harmonies of #F15080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15080

Black with #F15080

Text Example


Text Example

White with #F15080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15080; }

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

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

background-color css

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

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

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

border-color css

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

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

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