Html Css Color HEX #F15CBA Hot Pink

📋 copy color: '#F15CBA'

red 241 ◦ green 92 ◦ blue 186

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

Shades of Hot Pink #F15CBA

Tints of Hot Pink #F15CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 46.44%
G = 17.73%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F15CBA (or 0xF15CBA) is known color: Hot Pink. HEX triplet: F1, 5C and BA. RGB value is (241,92,186). Sum of RGB (Red+Green+Blue) = 241+92+186=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CBA is #0EA345. Grayscale: #939393. Windows color (decimal): -959302 or 12213489. OLE color: 12213489.

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

Color convert

RGB 241 92 186 -
CMYK 0 0.62 0.23 0.05
HSL 322.15º 0.84% 0.65% -
HSV(B) 322.15º 0.62% 0.95% -
XYZ 48.97 29.9 49.64 -
YUV 147.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 241 92 186 0 0.62 0.23 0.05 322.15 0.84 0.65
Hex F1 5C BA 0 3E 17 5 142 54 41
Octal 361 134 272 0 76 27 5 502 124 101
Binary 11110001 1011100 10111010 0 111110 10111 101 101000010 1010100 1000001

Color Harmonies of #F15CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CBA

Black with #F15CBA

Text Example


Text Example

White with #F15CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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