Html Css Color HEX #F053BC Hot Pink

📋 copy color: '#F053BC'

red 240 ◦ green 83 ◦ blue 188

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

Shades of Hot Pink #F053BC

Tints of Hot Pink #F053BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 46.97%
G = 16.24%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F053BC (or 0xF053BC) is known color: Hot Pink. HEX triplet: F0, 53 and BC. RGB value is (240,83,188). Sum of RGB (Red+Green+Blue) = 240+83+188=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F053BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053BC is #0FAC43. Grayscale: #8D8D8D. Windows color (decimal): -1027140 or 12342256. OLE color: 12342256.

HSL color Cylindrical-coordinate representation of color #F053BC: hue angle of 319.87º 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 #F053BC is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 188 -
CMYK 0 0.65 0.22 0.06
HSL 319.87º 0.84% 0.63% -
HSV(B) 319.87º 0.65% 0.94% -
XYZ 48.11 28.34 50.51 -
YUV 141.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 240 83 188 0 0.65 0.22 0.06 319.87 0.84 0.63
Hex F0 53 BC 0 41 16 6 140 54 3F
Octal 360 123 274 0 101 26 6 500 124 77
Binary 11110000 1010011 10111100 0 1000001 10110 110 101000000 1010100 111111

Color Harmonies of #F053BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053BC

Black with #F053BC

Text Example


Text Example

White with #F053BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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