Html Css Color HEX #F15981 Dark Pink

📋 copy color: '#F15981'

red 241 ◦ green 89 ◦ blue 129

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

Shades of Dark Pink #F15981

Tints of Dark Pink #F15981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.39%

 BLUE value IS 129 (50.78% from 255) = 28.1%

R = 52.51%
G = 19.39%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F15981 (or 0xF15981) is known color: Dark Pink. HEX triplet: F1, 59 and 81. RGB value is (241,89,129). Sum of RGB (Red+Green+Blue) = 241+89+129=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F15981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15981 is #0EA67E. Grayscale: #8B8B8B. Windows color (decimal): -960127 or 8477169. OLE color: 8477169.

HSL color Cylindrical-coordinate representation of color #F15981: hue angle of 344.21º degrees, saturation: 0.84, 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 #F15981 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 89 129 -
CMYK 0 0.63 0.46 0.05
HSL 344.21º 0.84% 0.65% -
HSV(B) 344.21º 0.63% 0.95% -
XYZ 43.81 27.43 23.75 -
YUV 139.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 241 89 129 0 0.63 0.46 0.05 344.21 0.84 0.65
Hex F1 59 81 0 3F 2E 5 158 54 41
Octal 361 131 201 0 77 56 5 530 124 101
Binary 11110001 1011001 10000001 0 111111 101110 101 101011000 1010100 1000001

Color Harmonies of #F15981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15981

Black with #F15981

Text Example


Text Example

White with #F15981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15981; }

 p { color: rgb(241,89,129); }

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

background-color css

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

 a { background-color: rgb(241,89,129); }

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

border-color css

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

 span { border-color: rgb(241,89,129); }

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