Html Css Color HEX #F052C1 Neon Pink

📋 copy color: '#F052C1'

red 240 ◦ green 82 ◦ blue 193

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

Shades of Neon Pink #F052C1

Tints of Neon Pink #F052C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.48%

R = 46.6%
G = 15.92%
B = 37.48%

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

#F052C1 (or 0xF052C1) is known color: Neon Pink. HEX triplet: F0, 52 and C1. RGB value is (240,82,193). Sum of RGB (Red+Green+Blue) = 240+82+193=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F052C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052C1 is #0FAD3E. Grayscale: #8D8D8D. Windows color (decimal): -1027391 or 12669680. OLE color: 12669680.

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

Color convert

RGB 240 82 193 -
CMYK 0 0.66 0.20 0.06
HSL 317.85º 0.84% 0.63% -
HSV(B) 317.85º 0.66% 0.94% -
XYZ 48.58 28.41 53.38 -
YUV 141.9 156.85 197.97 -
System Red Green Blue C M Y K H S L
Decimal 240 82 193 0 0.66 0.20 0.06 317.85 0.84 0.63
Hex F0 52 C1 0 42 14 6 13E 54 3F
Octal 360 122 301 0 102 24 6 476 124 77
Binary 11110000 1010010 11000001 0 1000010 10100 110 100111110 1010100 111111

Color Harmonies of #F052C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052C1

Black with #F052C1

Text Example


Text Example

White with #F052C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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