Html Css Color HEX #F954BA Hot Pink

📋 copy color: '#F954BA'

red 249 ◦ green 84 ◦ blue 186

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

Shades of Hot Pink #F954BA

Tints of Hot Pink #F954BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.18%

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

R = 47.98%
G = 16.18%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F954BA (or 0xF954BA) is known color: Hot Pink. HEX triplet: F9, 54 and BA. RGB value is (249,84,186). Sum of RGB (Red+Green+Blue) = 249+84+186=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F954BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954BA is #06AB45. Grayscale: #909090. Windows color (decimal): -437062 or 12211449. OLE color: 12211449.

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

Color convert

RGB 249 84 186 -
CMYK 0 0.66 0.25 0.02
HSL 322.91º 0.93% 0.65% -
HSV(B) 322.91º 0.66% 0.98% -
XYZ 51.1 30.03 49.56 -
YUV 144.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 249 84 186 0 0.66 0.25 0.02 322.91 0.93 0.65
Hex F9 54 BA 0 42 19 2 143 5D 41
Octal 371 124 272 0 102 31 2 503 135 101
Binary 11111001 1010100 10111010 0 1000010 11001 10 101000011 1011101 1000001

Color Harmonies of #F954BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954BA

Black with #F954BA

Text Example


Text Example

White with #F954BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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