Html Css Color HEX #F855C0 Neon Pink

📋 copy color: '#F855C0'

red 248 ◦ green 85 ◦ blue 192

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

Shades of Neon Pink #F855C0

Tints of Neon Pink #F855C0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.19%

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 47.24%
G = 16.19%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F855C0 (or 0xF855C0) is known color: Neon Pink. HEX triplet: F8, 55 and C0. RGB value is (248,85,192). Sum of RGB (Red+Green+Blue) = 248+85+192=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F855C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855C0 is #07AA3F. Grayscale: #919191. Windows color (decimal): -502336 or 12604920. OLE color: 12604920.

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

Color convert

RGB 248 85 192 -
CMYK 0 0.66 0.23 0.03
HSL 320.61º 0.92% 0.65% -
HSV(B) 320.61º 0.66% 0.97% -
XYZ 51.47 30.26 53 -
YUV 145.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 248 85 192 0 0.66 0.23 0.03 320.61 0.92 0.65
Hex F8 55 C0 0 42 17 3 141 5C 41
Octal 370 125 300 0 102 27 3 501 134 101
Binary 11111000 1010101 11000000 0 1000010 10111 11 101000001 1011100 1000001

Color Harmonies of #F855C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855C0

Black with #F855C0

Text Example


Text Example

White with #F855C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855C0; }

 p { color: rgb(248,85,192); }

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

background-color css

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

 a { background-color: rgb(248,85,192); }

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

border-color css

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

 span { border-color: rgb(248,85,192); }

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