Html Css Color HEX #F950BE Hot Pink

📋 copy color: '#F950BE'

red 249 ◦ green 80 ◦ blue 190

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

Shades of Hot Pink #F950BE

Tints of Hot Pink #F950BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.41%

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

R = 47.98%
G = 15.41%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F950BE (or 0xF950BE) is known color: Hot Pink. HEX triplet: F9, 50 and BE. RGB value is (249,80,190). Sum of RGB (Red+Green+Blue) = 249+80+190=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F950BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F950BE is #06AF41. Grayscale: #8E8E8E. Windows color (decimal): -438082 or 12472569. OLE color: 12472569.

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

Color convert

RGB 249 80 190 -
CMYK 0 0.68 0.24 0.02
HSL 320.95º 0.93% 0.65% -
HSV(B) 320.95º 0.68% 0.98% -
XYZ 51.23 29.59 51.73 -
YUV 143.07 154.49 203.56 -
System Red Green Blue C M Y K H S L
Decimal 249 80 190 0 0.68 0.24 0.02 320.95 0.93 0.65
Hex F9 50 BE 0 44 18 2 141 5D 41
Octal 371 120 276 0 104 30 2 501 135 101
Binary 11111001 1010000 10111110 0 1000100 11000 10 101000001 1011101 1000001

Color Harmonies of #F950BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F950BE

Black with #F950BE

Text Example


Text Example

White with #F950BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F950BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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