Html Css Color HEX #F852C8 Neon Pink

📋 copy color: '#F852C8'

red 248 ◦ green 82 ◦ blue 200

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

Shades of Neon Pink #F852C8

Tints of Neon Pink #F852C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.74%

R = 46.79%
G = 15.47%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F852C8 (or 0xF852C8) is known color: Neon Pink. HEX triplet: F8, 52 and C8. RGB value is (248,82,200). Sum of RGB (Red+Green+Blue) = 248+82+200=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F852C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F852C8 is #07AD37. Grayscale: #909090. Windows color (decimal): -503096 or 13128440. OLE color: 13128440.

HSL color Cylindrical-coordinate representation of color #F852C8: hue angle of 317.35º 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 #F852C8 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 82 200 -
CMYK 0 0.67 0.19 0.03
HSL 317.35º 0.92% 0.65% -
HSV(B) 317.35º 0.67% 0.97% -
XYZ 52.15 30.16 57.72 -
YUV 145.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 248 82 200 0 0.67 0.19 0.03 317.35 0.92 0.65
Hex F8 52 C8 0 43 13 3 13D 5C 41
Octal 370 122 310 0 103 23 3 475 134 101
Binary 11111000 1010010 11001000 0 1000011 10011 11 100111101 1011100 1000001

Color Harmonies of #F852C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F852C8

Black with #F852C8

Text Example


Text Example

White with #F852C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F852C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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