Html Css Color HEX #F875CE Neon Pink

📋 copy color: '#F875CE'

red 248 ◦ green 117 ◦ blue 206

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

Shades of Neon Pink #F875CE

Tints of Neon Pink #F875CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.49%

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 43.43%
G = 20.49%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F875CE (or 0xF875CE) is known color: Neon Pink. HEX triplet: F8, 75 and CE. RGB value is (248,117,206). Sum of RGB (Red+Green+Blue) = 248+117+206=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F875CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875CE is #078A31. Grayscale: #A6A6A6. Windows color (decimal): -494130 or 13530616. OLE color: 13530616.

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

Color convert

RGB 248 117 206 -
CMYK 0 0.53 0.17 0.03
HSL 319.24º 0.9% 0.72% -
HSV(B) 319.24º 0.53% 0.97% -
XYZ 56.21 37.14 62.6 -
YUV 166.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 248 117 206 0 0.53 0.17 0.03 319.24 0.9 0.72
Hex F8 75 CE 0 35 11 3 13F 5A 48
Octal 370 165 316 0 65 21 3 477 132 110
Binary 11111000 1110101 11001110 0 110101 10001 11 100111111 1011010 1001000

Color Harmonies of #F875CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875CE

Black with #F875CE

Text Example


Text Example

White with #F875CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875CE; }

 p { color: rgb(248,117,206); }

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

background-color css

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

 a { background-color: rgb(248,117,206); }

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

border-color css

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

 span { border-color: rgb(248,117,206); }

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