#F875D2

Color #F875D2 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F875D2

Tints of Neon Pink #F875D2

Color information

#F875D2 (or 0xF875D2) is unknown color: approx Neon Pink. HEX triplet: F8, 75 and D2. RGB value is (248,117,210). Sum of RGB (Red+Green+Blue) = 248+117+210=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F875D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875D2 is #078A2D. Grayscale: #A6A6A6. Windows color (decimal): -494126 or 13792760. OLE color: 13792760.

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

Color convert

RGB248117210-
CMYK00.530.150.03
HSL317.4º90.34%71.57%-
HSV(B)317.4º52.82%97.25%-
XYZ56.7137.3365.19-
YUV166.77152.4185.94-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.13%
GREEN value IS 117 (46.09% from 255) = 20.35%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=43.13%
G=20.35%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811721000.530.150.03317.490.3471.57
HexF875D2035F313d5a48
Octal370165322065173475132110
Binary11111000111010111010010011010111111110011110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F875D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F875D2; }

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

 H1.HeaderClassName
 {
   color: #F875D2;
 }
 .AnyTagClassName
 {
   color: #F875D2;
 }
</style>
background-color css

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

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

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

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

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

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