Html Css Color HEX #F053BE Hot Pink

📋 copy color: '#F053BE'

red 240 ◦ green 83 ◦ blue 190

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

Shades of Hot Pink #F053BE

Tints of Hot Pink #F053BE

RGB

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

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

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

R = 46.78%
G = 16.18%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F053BE (or 0xF053BE) is known color: Hot Pink. HEX triplet: F0, 53 and BE. RGB value is (240,83,190). Sum of RGB (Red+Green+Blue) = 240+83+190=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F053BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053BE is #0FAC41. Grayscale: #8D8D8D. Windows color (decimal): -1027138 or 12473328. OLE color: 12473328.

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

Color convert

RGB 240 83 190 -
CMYK 0 0.65 0.21 0.06
HSL 319.11º 0.84% 0.63% -
HSV(B) 319.11º 0.65% 0.94% -
XYZ 48.32 28.43 51.66 -
YUV 142.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 240 83 190 0 0.65 0.21 0.06 319.11 0.84 0.63
Hex F0 53 BE 0 41 15 6 13F 54 3F
Octal 360 123 276 0 101 25 6 477 124 77
Binary 11110000 1010011 10111110 0 1000001 10101 110 100111111 1010100 111111

Color Harmonies of #F053BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053BE

Black with #F053BE

Text Example


Text Example

White with #F053BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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