Html Css Color HEX #F052BA Hot Pink

📋 copy color: '#F052BA'

red 240 ◦ green 82 ◦ blue 186

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

Shades of Hot Pink #F052BA

Tints of Hot Pink #F052BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.14%

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 47.24%
G = 16.14%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F052BA (or 0xF052BA) is known color: Hot Pink. HEX triplet: F0, 52 and BA. RGB value is (240,82,186). Sum of RGB (Red+Green+Blue) = 240+82+186=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F052BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052BA is #0FAD45. Grayscale: #8C8C8C. Windows color (decimal): -1027398 or 12210928. OLE color: 12210928.

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

Color convert

RGB 240 82 186 -
CMYK 0 0.66 0.22 0.06
HSL 320.51º 0.84% 0.63% -
HSV(B) 320.51º 0.66% 0.94% -
XYZ 47.82 28.11 49.36 -
YUV 141.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 240 82 186 0 0.66 0.22 0.06 320.51 0.84 0.63
Hex F0 52 BA 0 42 16 6 141 54 3F
Octal 360 122 272 0 102 26 6 501 124 77
Binary 11110000 1010010 10111010 0 1000010 10110 110 101000001 1010100 111111

Color Harmonies of #F052BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052BA

Black with #F052BA

Text Example


Text Example

White with #F052BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052BA; }

 p { color: rgb(240,82,186); }

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

background-color css

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

 a { background-color: rgb(240,82,186); }

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

border-color css

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

 span { border-color: rgb(240,82,186); }

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