Html Css Color HEX #F052C0 Neon Pink

📋 copy color: '#F052C0'

red 240 ◦ green 82 ◦ blue 192

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

Shades of Neon Pink #F052C0

Tints of Neon Pink #F052C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.35%

R = 46.69%
G = 15.95%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F052C0 (or 0xF052C0) is known color: Neon Pink. HEX triplet: F0, 52 and C0. RGB value is (240,82,192). Sum of RGB (Red+Green+Blue) = 240+82+192=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F052C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052C0 is #0FAD3F. Grayscale: #8D8D8D. Windows color (decimal): -1027392 or 12604144. OLE color: 12604144.

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

Color convert

RGB 240 82 192 -
CMYK 0 0.66 0.20 0.06
HSL 318.23º 0.84% 0.63% -
HSV(B) 318.23º 0.66% 0.94% -
XYZ 48.47 28.37 52.79 -
YUV 141.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 240 82 192 0 0.66 0.20 0.06 318.23 0.84 0.63
Hex F0 52 C0 0 42 14 6 13E 54 3F
Octal 360 122 300 0 102 24 6 476 124 77
Binary 11110000 1010010 11000000 0 1000010 10100 110 100111110 1010100 111111

Color Harmonies of #F052C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052C0

Black with #F052C0

Text Example


Text Example

White with #F052C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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