Html Css Color HEX #F853C7 Neon Pink

📋 copy color: '#F853C7'

red 248 ◦ green 83 ◦ blue 199

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

Shades of Neon Pink #F853C7

Tints of Neon Pink #F853C7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.66%

 BLUE value IS 199 (78.13% from 255) = 37.55%

R = 46.79%
G = 15.66%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F853C7 (or 0xF853C7) is known color: Neon Pink. HEX triplet: F8, 53 and C7. RGB value is (248,83,199). Sum of RGB (Red+Green+Blue) = 248+83+199=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F853C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853C7 is #07AC38. Grayscale: #919191. Windows color (decimal): -502841 or 13063160. OLE color: 13063160.

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

Color convert

RGB 248 83 199 -
CMYK 0 0.67 0.20 0.03
HSL 317.82º 0.92% 0.65% -
HSV(B) 317.82º 0.67% 0.97% -
XYZ 52.11 30.27 57.13 -
YUV 145.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 248 83 199 0 0.67 0.20 0.03 317.82 0.92 0.65
Hex F8 53 C7 0 43 14 3 13E 5C 41
Octal 370 123 307 0 103 24 3 476 134 101
Binary 11111000 1010011 11000111 0 1000011 10100 11 100111110 1011100 1000001

Color Harmonies of #F853C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853C7

Black with #F853C7

Text Example


Text Example

White with #F853C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853C7; }

 p { color: rgb(248,83,199); }

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

background-color css

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

 a { background-color: rgb(248,83,199); }

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

border-color css

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

 span { border-color: rgb(248,83,199); }

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