Html Css Color HEX #F853C2 Neon Pink

📋 copy color: '#F853C2'

red 248 ◦ green 83 ◦ blue 194

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

Shades of Neon Pink #F853C2

Tints of Neon Pink #F853C2

RGB

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

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

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

R = 47.24%
G = 15.81%
B = 36.95%

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

#F853C2 (or 0xF853C2) is known color: Neon Pink. HEX triplet: F8, 53 and C2. RGB value is (248,83,194). Sum of RGB (Red+Green+Blue) = 248+83+194=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F853C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853C2 is #07AC3D. Grayscale: #909090. Windows color (decimal): -502846 or 12735480. OLE color: 12735480.

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

Color convert

RGB 248 83 194 -
CMYK 0 0.67 0.22 0.03
HSL 319.64º 0.92% 0.65% -
HSV(B) 319.64º 0.67% 0.97% -
XYZ 51.54 30.04 54.12 -
YUV 144.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 248 83 194 0 0.67 0.22 0.03 319.64 0.92 0.65
Hex F8 53 C2 0 43 16 3 140 5C 41
Octal 370 123 302 0 103 26 3 500 134 101
Binary 11111000 1010011 11000010 0 1000011 10110 11 101000000 1011100 1000001

Color Harmonies of #F853C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853C2

Black with #F853C2

Text Example


Text Example

White with #F853C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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