Html Css Color HEX #F95AB2 Hot Pink

📋 copy color: '#F95AB2'

red 249 ◦ green 90 ◦ blue 178

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

Shades of Hot Pink #F95AB2

Tints of Hot Pink #F95AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 48.16%
G = 17.41%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F95AB2 (or 0xF95AB2) is known color: Hot Pink. HEX triplet: F9, 5A and B2. RGB value is (249,90,178). Sum of RGB (Red+Green+Blue) = 249+90+178=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F95AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95AB2 is #06A54D. Grayscale: #939393. Windows color (decimal): -435534 or 11688697. OLE color: 11688697.

HSL color Cylindrical-coordinate representation of color #F95AB2: hue angle of 326.79º 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 #F95AB2 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 90 178 -
CMYK 0 0.64 0.29 0.02
HSL 326.79º 0.93% 0.66% -
HSV(B) 326.79º 0.64% 0.98% -
XYZ 50.76 30.67 45.36 -
YUV 147.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 249 90 178 0 0.64 0.29 0.02 326.79 0.93 0.66
Hex F9 5A B2 0 40 1D 2 147 5D 42
Octal 371 132 262 0 100 35 2 507 135 102
Binary 11111001 1011010 10110010 0 1000000 11101 10 101000111 1011101 1000010

Color Harmonies of #F95AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95AB2

Black with #F95AB2

Text Example


Text Example

White with #F95AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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