Html Css Color HEX #F875D6 Neon Pink

📋 copy color: '#F875D6'

red 248 ◦ green 117 ◦ blue 214

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

Shades of Neon Pink #F875D6

Tints of Neon Pink #F875D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 42.83%
G = 20.21%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F875D6 (or 0xF875D6) is known color: Neon Pink. HEX triplet: F8, 75 and D6. RGB value is (248,117,214). Sum of RGB (Red+Green+Blue) = 248+117+214=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F875D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875D6 is #078A29. Grayscale: #A6A6A6. Windows color (decimal): -494122 or 14054904. OLE color: 14054904.

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

Color convert

RGB 248 117 214 -
CMYK 0 0.53 0.14 0.03
HSL 315.57º 0.9% 0.72% -
HSV(B) 315.57º 0.53% 0.97% -
XYZ 57.21 37.53 67.85 -
YUV 167.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 248 117 214 0 0.53 0.14 0.03 315.57 0.9 0.72
Hex F8 75 D6 0 35 E 3 13C 5A 48
Octal 370 165 326 0 65 16 3 474 132 110
Binary 11111000 1110101 11010110 0 110101 1110 11 100111100 1011010 1001000

Color Harmonies of #F875D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875D6

Black with #F875D6

Text Example


Text Example

White with #F875D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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