Html Css Color HEX #F050BE Hot Pink

📋 copy color: '#F050BE'

red 240 ◦ green 80 ◦ blue 190

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

Shades of Hot Pink #F050BE

Tints of Hot Pink #F050BE

RGB

 RED value IS 240 (94.14% from 255) = 47.06%

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

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

R = 47.06%
G = 15.69%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F050BE (or 0xF050BE) is known color: Hot Pink. HEX triplet: F0, 50 and BE. RGB value is (240,80,190). Sum of RGB (Red+Green+Blue) = 240+80+190=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F050BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050BE is #0FAF41. Grayscale: #8C8C8C. Windows color (decimal): -1027906 or 12472560. OLE color: 12472560.

HSL color Cylindrical-coordinate representation of color #F050BE: hue angle of 318.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F050BE is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 190 -
CMYK 0 0.67 0.21 0.06
HSL 318.75º 0.84% 0.63% -
HSV(B) 318.75º 0.67% 0.94% -
XYZ 48.1 27.98 51.58 -
YUV 140.38 156.01 199.06 -
System Red Green Blue C M Y K H S L
Decimal 240 80 190 0 0.67 0.21 0.06 318.75 0.84 0.63
Hex F0 50 BE 0 43 15 6 13F 54 3F
Octal 360 120 276 0 103 25 6 477 124 77
Binary 11110000 1010000 10111110 0 1000011 10101 110 100111111 1010100 111111

Color Harmonies of #F050BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050BE

Black with #F050BE

Text Example


Text Example

White with #F050BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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