Html Css Color HEX #F858C8 Neon Pink

📋 copy color: '#F858C8'

red 248 ◦ green 88 ◦ blue 200

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

Shades of Neon Pink #F858C8

Tints of Neon Pink #F858C8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.42%

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

R = 46.27%
G = 16.42%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F858C8 (or 0xF858C8) is known color: Neon Pink. HEX triplet: F8, 58 and C8. RGB value is (248,88,200). Sum of RGB (Red+Green+Blue) = 248+88+200=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F858C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858C8 is #07A737. Grayscale: #949494. Windows color (decimal): -501560 or 13129976. OLE color: 13129976.

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

Color convert

RGB 248 88 200 -
CMYK 0 0.65 0.19 0.03
HSL 318º 0.92% 0.66% -
HSV(B) 318º 0.65% 0.97% -
XYZ 52.63 31.11 57.87 -
YUV 148.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 248 88 200 0 0.65 0.19 0.03 318 0.92 0.66
Hex F8 58 C8 0 41 13 3 13E 5C 42
Octal 370 130 310 0 101 23 3 476 134 102
Binary 11111000 1011000 11001000 0 1000001 10011 11 100111110 1011100 1000010

Color Harmonies of #F858C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858C8

Black with #F858C8

Text Example


Text Example

White with #F858C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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