Html Css Color HEX #F852C2 Neon Pink

📋 copy color: '#F852C2'

red 248 ◦ green 82 ◦ blue 194

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

Shades of Neon Pink #F852C2

Tints of Neon Pink #F852C2

RGB

 RED value IS 248 (97.27% from 255) = 47.33%

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

 BLUE value IS 194 (76.17% from 255) = 37.02%

R = 47.33%
G = 15.65%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F852C2 (or 0xF852C2) is known color: Neon Pink. HEX triplet: F8, 52 and C2. RGB value is (248,82,194). Sum of RGB (Red+Green+Blue) = 248+82+194=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F852C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F852C2 is #07AD3D. Grayscale: #909090. Windows color (decimal): -503102 or 12735224. OLE color: 12735224.

HSL color Cylindrical-coordinate representation of color #F852C2: hue angle of 319.52º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F852C2 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 82 194 -
CMYK 0 0.67 0.22 0.03
HSL 319.52º 0.92% 0.65% -
HSV(B) 319.52º 0.67% 0.97% -
XYZ 51.47 29.89 54.09 -
YUV 144.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 248 82 194 0 0.67 0.22 0.03 319.52 0.92 0.65
Hex F8 52 C2 0 43 16 3 140 5C 41
Octal 370 122 302 0 103 26 3 500 134 101
Binary 11111000 1010010 11000010 0 1000011 10110 11 101000000 1011100 1000001

Color Harmonies of #F852C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F852C2

Black with #F852C2

Text Example


Text Example

White with #F852C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F852C2; }

 p { color: rgb(248,82,194); }

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

background-color css

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

 a { background-color: rgb(248,82,194); }

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

border-color css

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

 span { border-color: rgb(248,82,194); }

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