Html Css Color HEX #F954B9 Hot Pink

📋 copy color: '#F954B9'

red 249 ◦ green 84 ◦ blue 185

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

Shades of Hot Pink #F954B9

Tints of Hot Pink #F954B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.71%

R = 48.07%
G = 16.22%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F954B9 (or 0xF954B9) is known color: Hot Pink. HEX triplet: F9, 54 and B9. RGB value is (249,84,185). Sum of RGB (Red+Green+Blue) = 249+84+185=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F954B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954B9 is #06AB46. Grayscale: #909090. Windows color (decimal): -437063 or 12145913. OLE color: 12145913.

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

Color convert

RGB 249 84 185 -
CMYK 0 0.66 0.26 0.02
HSL 323.27º 0.93% 0.65% -
HSV(B) 323.27º 0.66% 0.98% -
XYZ 50.99 29.98 49 -
YUV 144.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 249 84 185 0 0.66 0.26 0.02 323.27 0.93 0.65
Hex F9 54 B9 0 42 1A 2 143 5D 41
Octal 371 124 271 0 102 32 2 503 135 101
Binary 11111001 1010100 10111001 0 1000010 11010 10 101000011 1011101 1000001

Color Harmonies of #F954B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954B9

Black with #F954B9

Text Example


Text Example

White with #F954B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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