Html Css Color HEX #F053BD Hot Pink

📋 copy color: '#F053BD'

red 240 ◦ green 83 ◦ blue 189

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

Shades of Hot Pink #F053BD

Tints of Hot Pink #F053BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 46.88%
G = 16.21%
B = 36.91%

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

#F053BD (or 0xF053BD) is known color: Hot Pink. HEX triplet: F0, 53 and BD. RGB value is (240,83,189). Sum of RGB (Red+Green+Blue) = 240+83+189=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F053BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053BD is #0FAC42. Grayscale: #8D8D8D. Windows color (decimal): -1027139 or 12407792. OLE color: 12407792.

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

Color convert

RGB 240 83 189 -
CMYK 0 0.65 0.21 0.06
HSL 319.49º 0.84% 0.63% -
HSV(B) 319.49º 0.65% 0.94% -
XYZ 48.21 28.39 51.08 -
YUV 142.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 240 83 189 0 0.65 0.21 0.06 319.49 0.84 0.63
Hex F0 53 BD 0 41 15 6 13F 54 3F
Octal 360 123 275 0 101 25 6 477 124 77
Binary 11110000 1010011 10111101 0 1000001 10101 110 100111111 1010100 111111

Color Harmonies of #F053BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053BD

Black with #F053BD

Text Example


Text Example

White with #F053BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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