Html Css Color HEX #F95CBA Hot Pink

📋 copy color: '#F95CBA'

red 249 ◦ green 92 ◦ blue 186

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

Shades of Hot Pink #F95CBA

Tints of Hot Pink #F95CBA

RGB

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

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

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

R = 47.25%
G = 17.46%
B = 35.29%

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

#F95CBA (or 0xF95CBA) is known color: Hot Pink. HEX triplet: F9, 5C and BA. RGB value is (249,92,186). Sum of RGB (Red+Green+Blue) = 249+92+186=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95CBA is #06A345. Grayscale: #959595. Windows color (decimal): -435014 or 12213497. OLE color: 12213497.

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

Color convert

RGB 249 92 186 -
CMYK 0 0.63 0.25 0.02
HSL 324.08º 0.93% 0.67% -
HSV(B) 324.08º 0.63% 0.98% -
XYZ 51.76 31.34 49.78 -
YUV 149.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 249 92 186 0 0.63 0.25 0.02 324.08 0.93 0.67
Hex F9 5C BA 0 3F 19 2 144 5D 43
Octal 371 134 272 0 77 31 2 504 135 103
Binary 11111001 1011100 10111010 0 111111 11001 10 101000100 1011101 1000011

Color Harmonies of #F95CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95CBA

Black with #F95CBA

Text Example


Text Example

White with #F95CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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