Html Css Color HEX #F15DB8 Hot Pink

📋 copy color: '#F15DB8'

red 241 ◦ green 93 ◦ blue 184

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

Shades of Hot Pink #F15DB8

Tints of Hot Pink #F15DB8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.95%

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 46.53%
G = 17.95%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F15DB8 (or 0xF15DB8) is known color: Hot Pink. HEX triplet: F1, 5D and B8. RGB value is (241,93,184). Sum of RGB (Red+Green+Blue) = 241+93+184=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DB8 is #0EA247. Grayscale: #939393. Windows color (decimal): -959048 or 12082673. OLE color: 12082673.

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

Color convert

RGB 241 93 184 -
CMYK 0 0.61 0.24 0.05
HSL 323.11º 0.84% 0.65% -
HSV(B) 323.11º 0.61% 0.95% -
XYZ 48.84 29.99 48.56 -
YUV 147.63 148.53 194.6 -
System Red Green Blue C M Y K H S L
Decimal 241 93 184 0 0.61 0.24 0.05 323.11 0.84 0.65
Hex F1 5D B8 0 3D 18 5 143 54 41
Octal 361 135 270 0 75 30 5 503 124 101
Binary 11110001 1011101 10111000 0 111101 11000 101 101000011 1010100 1000001

Color Harmonies of #F15DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DB8

Black with #F15DB8

Text Example


Text Example

White with #F15DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DB8; }

 p { color: rgb(241,93,184); }

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

background-color css

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

 a { background-color: rgb(241,93,184); }

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

border-color css

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

 span { border-color: rgb(241,93,184); }

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