Html Css Color HEX #F772CA Neon Pink

📋 copy color: '#F772CA'

red 247 ◦ green 114 ◦ blue 202

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

Shades of Neon Pink #F772CA

Tints of Neon Pink #F772CA

RGB

 RED value IS 247 (96.88% from 255) = 43.87%

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

 BLUE value IS 202 (79.3% from 255) = 35.88%

R = 43.87%
G = 20.25%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F772CA (or 0xF772CA) is known color: Neon Pink. HEX triplet: F7, 72 and CA. RGB value is (247,114,202). Sum of RGB (Red+Green+Blue) = 247+114+202=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F772CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772CA is #088D35. Grayscale: #A3A3A3. Windows color (decimal): -560438 or 13267703. OLE color: 13267703.

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

Color convert

RGB 247 114 202 -
CMYK 0 0.54 0.18 0.03
HSL 320.3º 0.89% 0.71% -
HSV(B) 320.3º 0.54% 0.97% -
XYZ 55.04 36.07 59.94 -
YUV 163.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 247 114 202 0 0.54 0.18 0.03 320.3 0.89 0.71
Hex F7 72 CA 0 36 12 3 140 59 47
Octal 367 162 312 0 66 22 3 500 131 107
Binary 11110111 1110010 11001010 0 110110 10010 11 101000000 1011001 1000111

Color Harmonies of #F772CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F772CA

Black with #F772CA

Text Example


Text Example

White with #F772CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F772CA; }

 p { color: rgb(247,114,202); }

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

background-color css

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

 a { background-color: rgb(247,114,202); }

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

border-color css

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

 span { border-color: rgb(247,114,202); }

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