Html Css Color HEX #F952BE Hot Pink

📋 copy color: '#F952BE'

red 249 ◦ green 82 ◦ blue 190

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

Shades of Hot Pink #F952BE

Tints of Hot Pink #F952BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.74%

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

R = 47.79%
G = 15.74%
B = 36.47%

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

#F952BE (or 0xF952BE) is known color: Hot Pink. HEX triplet: F9, 52 and BE. RGB value is (249,82,190). Sum of RGB (Red+Green+Blue) = 249+82+190=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F952BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952BE is #06AD41. Grayscale: #8F8F8F. Windows color (decimal): -437570 or 12473081. OLE color: 12473081.

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

Color convert

RGB 249 82 190 -
CMYK 0 0.67 0.24 0.02
HSL 321.2º 0.93% 0.65% -
HSV(B) 321.2º 0.67% 0.98% -
XYZ 51.38 29.89 51.78 -
YUV 144.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 249 82 190 0 0.67 0.24 0.02 321.2 0.93 0.65
Hex F9 52 BE 0 43 18 2 141 5D 41
Octal 371 122 276 0 103 30 2 501 135 101
Binary 11111001 1010010 10111110 0 1000011 11000 10 101000001 1011101 1000001

Color Harmonies of #F952BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F952BE

Black with #F952BE

Text Example


Text Example

White with #F952BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F952BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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