Html Css Color HEX #F873C5 Neon Pink

📋 copy color: '#F873C5'

red 248 ◦ green 115 ◦ blue 197

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

Shades of Neon Pink #F873C5

Tints of Neon Pink #F873C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.18%

R = 44.29%
G = 20.54%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F873C5 (or 0xF873C5) is known color: Neon Pink. HEX triplet: F8, 73 and C5. RGB value is (248,115,197). Sum of RGB (Red+Green+Blue) = 248+115+197=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F873C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873C5 is #078C3A. Grayscale: #A3A3A3. Windows color (decimal): -494651 or 12940280. OLE color: 12940280.

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

Color convert

RGB 248 115 197 -
CMYK 0 0.54 0.21 0.03
HSL 323.01º 0.9% 0.71% -
HSV(B) 323.01º 0.54% 0.97% -
XYZ 54.92 36.25 56.93 -
YUV 164.12 146.56 187.83 -
System Red Green Blue C M Y K H S L
Decimal 248 115 197 0 0.54 0.21 0.03 323.01 0.9 0.71
Hex F8 73 C5 0 36 15 3 143 5A 47
Octal 370 163 305 0 66 25 3 503 132 107
Binary 11111000 1110011 11000101 0 110110 10101 11 101000011 1011010 1000111

Color Harmonies of #F873C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F873C5

Black with #F873C5

Text Example


Text Example

White with #F873C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F873C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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