Html Css Color HEX #F873CB Neon Pink

📋 copy color: '#F873CB'

red 248 ◦ green 115 ◦ blue 203

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

Shades of Neon Pink #F873CB

Tints of Neon Pink #F873CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.32%

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

R = 43.82%
G = 20.32%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F873CB (or 0xF873CB) is known color: Neon Pink. HEX triplet: F8, 73 and CB. RGB value is (248,115,203). Sum of RGB (Red+Green+Blue) = 248+115+203=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F873CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873CB is #078C34. Grayscale: #A4A4A4. Windows color (decimal): -494645 or 13333496. OLE color: 13333496.

HSL color Cylindrical-coordinate representation of color #F873CB: hue angle of 320.3º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F873CB is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 115 203 -
CMYK 0 0.54 0.18 0.03
HSL 320.3º 0.9% 0.71% -
HSV(B) 320.3º 0.54% 0.97% -
XYZ 55.62 36.53 60.62 -
YUV 164.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 248 115 203 0 0.54 0.18 0.03 320.3 0.9 0.71
Hex F8 73 CB 0 36 12 3 140 5A 47
Octal 370 163 313 0 66 22 3 500 132 107
Binary 11111000 1110011 11001011 0 110110 10010 11 101000000 1011010 1000111

Color Harmonies of #F873CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F873CB

Black with #F873CB

Text Example


Text Example

White with #F873CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F873CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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