Html Css Color HEX #F762CA Neon Pink

📋 copy color: '#F762CA'

red 247 ◦ green 98 ◦ blue 202

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

Shades of Neon Pink #F762CA

Tints of Neon Pink #F762CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.92%

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

R = 45.16%
G = 17.92%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F762CA (or 0xF762CA) is known color: Neon Pink. HEX triplet: F7, 62 and CA. RGB value is (247,98,202). Sum of RGB (Red+Green+Blue) = 247+98+202=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F762CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762CA is #089D35. Grayscale: #9A9A9A. Windows color (decimal): -564534 or 13263607. OLE color: 13263607.

HSL color Cylindrical-coordinate representation of color #F762CA: hue angle of 318.12º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F762CA is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 98 202 -
CMYK 0 0.60 0.18 0.03
HSL 318.12º 0.9% 0.68% -
HSV(B) 318.12º 0.6% 0.97% -
XYZ 53.39 32.77 59.39 -
YUV 154.41 154.86 194.04 -
System Red Green Blue C M Y K H S L
Decimal 247 98 202 0 0.60 0.18 0.03 318.12 0.9 0.68
Hex F7 62 CA 0 3C 12 3 13E 5A 44
Octal 367 142 312 0 74 22 3 476 132 104
Binary 11110111 1100010 11001010 0 111100 10010 11 100111110 1011010 1000100

Color Harmonies of #F762CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F762CA

Black with #F762CA

Text Example


Text Example

White with #F762CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F762CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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