Html Css Color HEX #F95CBB Hot Pink

📋 copy color: '#F95CBB'

red 249 ◦ green 92 ◦ blue 187

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

Shades of Hot Pink #F95CBB

Tints of Hot Pink #F95CBB

RGB

 RED value IS 249 (97.66% from 255) = 47.16%

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

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 47.16%
G = 17.42%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F95CBB (or 0xF95CBB) is known color: Hot Pink. HEX triplet: F9, 5C and BB. RGB value is (249,92,187). Sum of RGB (Red+Green+Blue) = 249+92+187=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95CBB is #06A344. Grayscale: #959595. Windows color (decimal): -435013 or 12279033. OLE color: 12279033.

HSL color Cylindrical-coordinate representation of color #F95CBB: hue angle of 323.69º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95CBB is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 92 187 -
CMYK 0 0.63 0.25 0.02
HSL 323.69º 0.93% 0.67% -
HSV(B) 323.69º 0.63% 0.98% -
XYZ 51.86 31.38 50.34 -
YUV 149.77 149.01 198.78 -
System Red Green Blue C M Y K H S L
Decimal 249 92 187 0 0.63 0.25 0.02 323.69 0.93 0.67
Hex F9 5C BB 0 3F 19 2 144 5D 43
Octal 371 134 273 0 77 31 2 504 135 103
Binary 11111001 1011100 10111011 0 111111 11001 10 101000100 1011101 1000011

Color Harmonies of #F95CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95CBB

Black with #F95CBB

Text Example


Text Example

White with #F95CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95CBB; }

 p { color: rgb(249,92,187); }

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

background-color css

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

 a { background-color: rgb(249,92,187); }

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

border-color css

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

 span { border-color: rgb(249,92,187); }

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