Html Css Color HEX #F15880 Dark Pink

📋 copy color: '#F15880'

red 241 ◦ green 88 ◦ blue 128

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

Shades of Dark Pink #F15880

Tints of Dark Pink #F15880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.26%

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

R = 52.74%
G = 19.26%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F15880 (or 0xF15880) is known color: Dark Pink. HEX triplet: F1, 58 and 80. RGB value is (241,88,128). Sum of RGB (Red+Green+Blue) = 241+88+128=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F15880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15880 is #0EA77F. Grayscale: #8A8A8A. Windows color (decimal): -960384 or 8411377. OLE color: 8411377.

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

Color convert

RGB 241 88 128 -
CMYK 0 0.63 0.47 0.05
HSL 344.31º 0.85% 0.65% -
HSV(B) 344.31º 0.63% 0.95% -
XYZ 43.66 27.24 23.38 -
YUV 138.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 241 88 128 0 0.63 0.47 0.05 344.31 0.85 0.65
Hex F1 58 80 0 3F 2F 5 158 55 41
Octal 361 130 200 0 77 57 5 530 125 101
Binary 11110001 1011000 10000000 0 111111 101111 101 101011000 1010101 1000001

Color Harmonies of #F15880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15880

Black with #F15880

Text Example


Text Example

White with #F15880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15880; }

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

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

background-color css

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

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

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

border-color css

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

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

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