Html Css Color HEX #F95ABB Hot Pink

📋 copy color: '#F95ABB'

red 249 ◦ green 90 ◦ blue 187

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

Shades of Hot Pink #F95ABB

Tints of Hot Pink #F95ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.11%

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

R = 47.34%
G = 17.11%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F95ABB (or 0xF95ABB) is known color: Hot Pink. HEX triplet: F9, 5A and BB. RGB value is (249,90,187). Sum of RGB (Red+Green+Blue) = 249+90+187=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F95ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95ABB is #06A544. Grayscale: #949494. Windows color (decimal): -435525 or 12278521. OLE color: 12278521.

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

Color convert

RGB 249 90 187 -
CMYK 0 0.64 0.25 0.02
HSL 323.4º 0.93% 0.66% -
HSV(B) 323.4º 0.64% 0.98% -
XYZ 51.69 31.04 50.28 -
YUV 148.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 249 90 187 0 0.64 0.25 0.02 323.4 0.93 0.66
Hex F9 5A BB 0 40 19 2 143 5D 42
Octal 371 132 273 0 100 31 2 503 135 102
Binary 11111001 1011010 10111011 0 1000000 11001 10 101000011 1011101 1000010

Color Harmonies of #F95ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95ABB

Black with #F95ABB

Text Example


Text Example

White with #F95ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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