Html Css Color HEX #F953BE Hot Pink

📋 copy color: '#F953BE'

red 249 ◦ green 83 ◦ blue 190

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

Shades of Hot Pink #F953BE

Tints of Hot Pink #F953BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.9%

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

R = 47.7%
G = 15.9%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F953BE (or 0xF953BE) is known color: Hot Pink. HEX triplet: F9, 53 and BE. RGB value is (249,83,190). Sum of RGB (Red+Green+Blue) = 249+83+190=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F953BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953BE is #06AC41. Grayscale: #909090. Windows color (decimal): -437314 or 12473337. OLE color: 12473337.

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

Color convert

RGB 249 83 190 -
CMYK 0 0.67 0.24 0.02
HSL 321.33º 0.93% 0.65% -
HSV(B) 321.33º 0.67% 0.98% -
XYZ 51.45 30.04 51.8 -
YUV 144.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 249 83 190 0 0.67 0.24 0.02 321.33 0.93 0.65
Hex F9 53 BE 0 43 18 2 141 5D 41
Octal 371 123 276 0 103 30 2 501 135 101
Binary 11111001 1010011 10111110 0 1000011 11000 10 101000001 1011101 1000001

Color Harmonies of #F953BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953BE

Black with #F953BE

Text Example


Text Example

White with #F953BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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