Html Css Color HEX #F858CB Neon Pink

📋 copy color: '#F858CB'

red 248 ◦ green 88 ◦ blue 203

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

Shades of Neon Pink #F858CB

Tints of Neon Pink #F858CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 46.01%
G = 16.33%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F858CB (or 0xF858CB) is known color: Neon Pink. HEX triplet: F8, 58 and CB. RGB value is (248,88,203). Sum of RGB (Red+Green+Blue) = 248+88+203=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F858CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858CB is #07A734. Grayscale: #949494. Windows color (decimal): -501557 or 13326584. OLE color: 13326584.

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

Color convert

RGB 248 88 203 -
CMYK 0 0.65 0.18 0.03
HSL 316.88º 0.92% 0.66% -
HSV(B) 316.88º 0.65% 0.97% -
XYZ 52.98 31.25 59.74 -
YUV 148.95 158.51 198.65 -
System Red Green Blue C M Y K H S L
Decimal 248 88 203 0 0.65 0.18 0.03 316.88 0.92 0.66
Hex F8 58 CB 0 41 12 3 13D 5C 42
Octal 370 130 313 0 101 22 3 475 134 102
Binary 11111000 1011000 11001011 0 1000001 10010 11 100111101 1011100 1000010

Color Harmonies of #F858CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858CB

Black with #F858CB

Text Example


Text Example

White with #F858CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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