Html Css Color HEX #F875C8 Neon Pink

📋 copy color: '#F875C8'

red 248 ◦ green 117 ◦ blue 200

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

Shades of Neon Pink #F875C8

Tints of Neon Pink #F875C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 43.89%
G = 20.71%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F875C8 (or 0xF875C8) is known color: Neon Pink. HEX triplet: F8, 75 and C8. RGB value is (248,117,200). Sum of RGB (Red+Green+Blue) = 248+117+200=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F875C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875C8 is #078A37. Grayscale: #A5A5A5. Windows color (decimal): -494136 or 13137400. OLE color: 13137400.

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

Color convert

RGB 248 117 200 -
CMYK 0 0.53 0.19 0.03
HSL 321.98º 0.9% 0.72% -
HSV(B) 321.98º 0.53% 0.97% -
XYZ 55.5 36.85 58.83 -
YUV 165.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 248 117 200 0 0.53 0.19 0.03 321.98 0.9 0.72
Hex F8 75 C8 0 35 13 3 142 5A 48
Octal 370 165 310 0 65 23 3 502 132 110
Binary 11111000 1110101 11001000 0 110101 10011 11 101000010 1011010 1001000

Color Harmonies of #F875C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875C8

Black with #F875C8

Text Example


Text Example

White with #F875C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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