Html Css Color HEX #F873CF Neon Pink

📋 copy color: '#F873CF'

red 248 ◦ green 115 ◦ blue 207

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

Shades of Neon Pink #F873CF

Tints of Neon Pink #F873CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 43.51%
G = 20.18%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F873CF (or 0xF873CF) is known color: Neon Pink. HEX triplet: F8, 73 and CF. RGB value is (248,115,207). Sum of RGB (Red+Green+Blue) = 248+115+207=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F873CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873CF is #078C30. Grayscale: #A5A5A5. Windows color (decimal): -494641 or 13595640. OLE color: 13595640.

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

Color convert

RGB 248 115 207 -
CMYK 0 0.54 0.17 0.03
HSL 318.5º 0.9% 0.71% -
HSV(B) 318.5º 0.54% 0.97% -
XYZ 56.1 36.72 63.16 -
YUV 165.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 248 115 207 0 0.54 0.17 0.03 318.5 0.9 0.71
Hex F8 73 CF 0 36 11 3 13E 5A 47
Octal 370 163 317 0 66 21 3 476 132 107
Binary 11111000 1110011 11001111 0 110110 10001 11 100111110 1011010 1000111

Color Harmonies of #F873CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F873CF

Black with #F873CF

Text Example


Text Example

White with #F873CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F873CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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