Html Css Color HEX #F858CA Neon Pink

📋 copy color: '#F858CA'

red 248 ◦ green 88 ◦ blue 202

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

Shades of Neon Pink #F858CA

Tints of Neon Pink #F858CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 46.1%
G = 16.36%
B = 37.55%

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

#F858CA (or 0xF858CA) is known color: Neon Pink. HEX triplet: F8, 58 and CA. RGB value is (248,88,202). Sum of RGB (Red+Green+Blue) = 248+88+202=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F858CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858CA is #07A735. Grayscale: #949494. Windows color (decimal): -501558 or 13261048. OLE color: 13261048.

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

Color convert

RGB 248 88 202 -
CMYK 0 0.65 0.19 0.03
HSL 317.25º 0.92% 0.66% -
HSV(B) 317.25º 0.65% 0.97% -
XYZ 52.86 31.2 59.11 -
YUV 148.84 158.01 198.73 -
System Red Green Blue C M Y K H S L
Decimal 248 88 202 0 0.65 0.19 0.03 317.25 0.92 0.66
Hex F8 58 CA 0 41 13 3 13D 5C 42
Octal 370 130 312 0 101 23 3 475 134 102
Binary 11111000 1011000 11001010 0 1000001 10011 11 100111101 1011100 1000010

Color Harmonies of #F858CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858CA

Black with #F858CA

Text Example


Text Example

White with #F858CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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