Html Css Color HEX #F15486 Dark Pink

📋 copy color: '#F15486'

red 241 ◦ green 84 ◦ blue 134

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

Shades of Dark Pink #F15486

Tints of Dark Pink #F15486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.3%

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

R = 52.51%
G = 18.3%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F15486 (or 0xF15486) is known color: Dark Pink. HEX triplet: F1, 54 and 86. RGB value is (241,84,134). Sum of RGB (Red+Green+Blue) = 241+84+134=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F15486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15486 is #0EAB79. Grayscale: #888888. Windows color (decimal): -961402 or 8803569. OLE color: 8803569.

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

Color convert

RGB 241 84 134 -
CMYK 0 0.65 0.44 0.05
HSL 340.89º 0.85% 0.64% -
HSV(B) 340.89º 0.65% 0.95% -
XYZ 43.75 26.76 25.41 -
YUV 136.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 241 84 134 0 0.65 0.44 0.05 340.89 0.85 0.64
Hex F1 54 86 0 41 2C 5 155 55 40
Octal 361 124 206 0 101 54 5 525 125 100
Binary 11110001 1010100 10000110 0 1000001 101100 101 101010101 1010101 1000000

Color Harmonies of #F15486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15486

Black with #F15486

Text Example


Text Example

White with #F15486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15486; }

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

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

background-color css

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

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

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

border-color css

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

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

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