Html Css Color HEX #F15CB0 Hot Pink

📋 copy color: '#F15CB0'

red 241 ◦ green 92 ◦ blue 176

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

Shades of Hot Pink #F15CB0

Tints of Hot Pink #F15CB0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.07%

 BLUE value IS 176 (69.14% from 255) = 34.58%

R = 47.35%
G = 18.07%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F15CB0 (or 0xF15CB0) is known color: Hot Pink. HEX triplet: F1, 5C and B0. RGB value is (241,92,176). Sum of RGB (Red+Green+Blue) = 241+92+176=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15CB0 is #0EA34F. Grayscale: #919191. Windows color (decimal): -959312 or 11558129. OLE color: 11558129.

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

Color convert

RGB 241 92 176 -
CMYK 0 0.62 0.27 0.05
HSL 326.17º 0.84% 0.65% -
HSV(B) 326.17º 0.62% 0.95% -
XYZ 47.94 29.49 44.24 -
YUV 146.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 241 92 176 0 0.62 0.27 0.05 326.17 0.84 0.65
Hex F1 5C B0 0 3E 1B 5 146 54 41
Octal 361 134 260 0 76 33 5 506 124 101
Binary 11110001 1011100 10110000 0 111110 11011 101 101000110 1010100 1000001

Color Harmonies of #F15CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CB0

Black with #F15CB0

Text Example


Text Example

White with #F15CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CB0; }

 p { color: rgb(241,92,176); }

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

background-color css

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

 a { background-color: rgb(241,92,176); }

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

border-color css

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

 span { border-color: rgb(241,92,176); }

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