Html Css Color HEX #F15886 Dark Pink

📋 copy color: '#F15886'

red 241 ◦ green 88 ◦ blue 134

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

Shades of Dark Pink #F15886

Tints of Dark Pink #F15886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.94%

R = 52.05%
G = 19.01%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F15886 (or 0xF15886) is known color: Dark Pink. HEX triplet: F1, 58 and 86. RGB value is (241,88,134). Sum of RGB (Red+Green+Blue) = 241+88+134=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F15886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15886 is #0EA779. Grayscale: #8A8A8A. Windows color (decimal): -960378 or 8804593. OLE color: 8804593.

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

Color convert

RGB 241 88 134 -
CMYK 0 0.63 0.44 0.05
HSL 341.96º 0.85% 0.65% -
HSV(B) 341.96º 0.63% 0.95% -
XYZ 44.07 27.4 25.52 -
YUV 138.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 241 88 134 0 0.63 0.44 0.05 341.96 0.85 0.65
Hex F1 58 86 0 3F 2C 5 156 55 41
Octal 361 130 206 0 77 54 5 526 125 101
Binary 11110001 1011000 10000110 0 111111 101100 101 101010110 1010101 1000001

Color Harmonies of #F15886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15886

Black with #F15886

Text Example


Text Example

White with #F15886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15886; }

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

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

background-color css

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

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

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

border-color css

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

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

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