Html Css Color HEX #F872D0 Neon Pink

📋 copy color: '#F872D0'

red 248 ◦ green 114 ◦ blue 208

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

Shades of Neon Pink #F872D0

Tints of Neon Pink #F872D0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20%

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 43.51%
G = 20%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F872D0 (or 0xF872D0) is known color: Neon Pink. HEX triplet: F8, 72 and D0. RGB value is (248,114,208). Sum of RGB (Red+Green+Blue) = 248+114+208=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F872D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F872D0 is #078D2F. Grayscale: #A4A4A4. Windows color (decimal): -494896 or 13660920. OLE color: 13660920.

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

Color convert

RGB 248 114 208 -
CMYK 0 0.54 0.16 0.03
HSL 317.91º 0.91% 0.71% -
HSV(B) 317.91º 0.54% 0.97% -
XYZ 56.11 36.55 63.77 -
YUV 164.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 248 114 208 0 0.54 0.16 0.03 317.91 0.91 0.71
Hex F8 72 D0 0 36 10 3 13E 5B 47
Octal 370 162 320 0 66 20 3 476 133 107
Binary 11111000 1110010 11010000 0 110110 10000 11 100111110 1011011 1000111

Color Harmonies of #F872D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F872D0

Black with #F872D0

Text Example


Text Example

White with #F872D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F872D0; }

 p { color: rgb(248,114,208); }

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

background-color css

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

 a { background-color: rgb(248,114,208); }

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

border-color css

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

 span { border-color: rgb(248,114,208); }

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