Html Css Color HEX #F15688 Dark Pink

📋 copy color: '#F15688'

red 241 ◦ green 86 ◦ blue 136

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

Shades of Dark Pink #F15688

Tints of Dark Pink #F15688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.57%

 BLUE value IS 136 (53.52% from 255) = 29.37%

R = 52.05%
G = 18.57%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F15688 (or 0xF15688) is known color: Dark Pink. HEX triplet: F1, 56 and 88. RGB value is (241,86,136). Sum of RGB (Red+Green+Blue) = 241+86+136=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F15688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15688 is #0EA977. Grayscale: #8A8A8A. Windows color (decimal): -960888 or 8935153. OLE color: 8935153.

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

Color convert

RGB 241 86 136 -
CMYK 0 0.64 0.44 0.05
HSL 340.65º 0.85% 0.64% -
HSV(B) 340.65º 0.64% 0.95% -
XYZ 44.05 27.13 26.21 -
YUV 138.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 241 86 136 0 0.64 0.44 0.05 340.65 0.85 0.64
Hex F1 56 88 0 40 2C 5 155 55 40
Octal 361 126 210 0 100 54 5 525 125 100
Binary 11110001 1010110 10001000 0 1000000 101100 101 101010101 1010101 1000000

Color Harmonies of #F15688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15688

Black with #F15688

Text Example


Text Example

White with #F15688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15688; }

 p { color: rgb(241,86,136); }

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

background-color css

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

 a { background-color: rgb(241,86,136); }

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

border-color css

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

 span { border-color: rgb(241,86,136); }

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