Html Css Color HEX #F872C2 Neon Pink

📋 copy color: '#F872C2'

red 248 ◦ green 114 ◦ blue 194

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

Shades of Neon Pink #F872C2

Tints of Neon Pink #F872C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.89%

R = 44.6%
G = 20.5%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F872C2 (or 0xF872C2) is known color: Neon Pink. HEX triplet: F8, 72 and C2. RGB value is (248,114,194). Sum of RGB (Red+Green+Blue) = 248+114+194=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F872C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F872C2 is #078D3D. Grayscale: #A2A2A2. Windows color (decimal): -494910 or 12743416. OLE color: 12743416.

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

Color convert

RGB 248 114 194 -
CMYK 0 0.54 0.22 0.03
HSL 324.18º 0.91% 0.71% -
HSV(B) 324.18º 0.54% 0.97% -
XYZ 54.47 35.89 55.09 -
YUV 163.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 248 114 194 0 0.54 0.22 0.03 324.18 0.91 0.71
Hex F8 72 C2 0 36 16 3 144 5B 47
Octal 370 162 302 0 66 26 3 504 133 107
Binary 11111000 1110010 11000010 0 110110 10110 11 101000100 1011011 1000111

Color Harmonies of #F872C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F872C2

Black with #F872C2

Text Example


Text Example

White with #F872C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F872C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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