Html Css Color HEX #F856C2 Neon Pink

📋 copy color: '#F856C2'

red 248 ◦ green 86 ◦ blue 194

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

Shades of Neon Pink #F856C2

Tints of Neon Pink #F856C2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.29%

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

R = 46.97%
G = 16.29%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F856C2 (or 0xF856C2) is known color: Neon Pink. HEX triplet: F8, 56 and C2. RGB value is (248,86,194). Sum of RGB (Red+Green+Blue) = 248+86+194=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 86 (33.98% from 255 or 16.29% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F856C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856C2 is #07A93D. Grayscale: #929292. Windows color (decimal): -502078 or 12736248. OLE color: 12736248.

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

Color convert

RGB 248 86 194 -
CMYK 0 0.65 0.22 0.03
HSL 320º 0.92% 0.65% -
HSV(B) 320º 0.65% 0.97% -
XYZ 51.78 30.51 54.2 -
YUV 146.75 154.67 200.22 -
System Red Green Blue C M Y K H S L
Decimal 248 86 194 0 0.65 0.22 0.03 320 0.92 0.65
Hex F8 56 C2 0 41 16 3 140 5C 41
Octal 370 126 302 0 101 26 3 500 134 101
Binary 11111000 1010110 11000010 0 1000001 10110 11 101000000 1011100 1000001

Color Harmonies of #F856C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856C2

Black with #F856C2

Text Example


Text Example

White with #F856C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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