Html Css Color HEX #F954BE Hot Pink

📋 copy color: '#F954BE'

red 249 ◦ green 84 ◦ blue 190

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

Shades of Hot Pink #F954BE

Tints of Hot Pink #F954BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 47.61%
G = 16.06%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F954BE (or 0xF954BE) is known color: Hot Pink. HEX triplet: F9, 54 and BE. RGB value is (249,84,190). Sum of RGB (Red+Green+Blue) = 249+84+190=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F954BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954BE is #06AB41. Grayscale: #919191. Windows color (decimal): -437058 or 12473593. OLE color: 12473593.

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

Color convert

RGB 249 84 190 -
CMYK 0 0.66 0.24 0.02
HSL 321.45º 0.93% 0.65% -
HSV(B) 321.45º 0.66% 0.98% -
XYZ 51.53 30.2 51.83 -
YUV 145.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 249 84 190 0 0.66 0.24 0.02 321.45 0.93 0.65
Hex F9 54 BE 0 42 18 2 141 5D 41
Octal 371 124 276 0 102 30 2 501 135 101
Binary 11111001 1010100 10111110 0 1000010 11000 10 101000001 1011101 1000001

Color Harmonies of #F954BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954BE

Black with #F954BE

Text Example


Text Example

White with #F954BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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