Html Css Color HEX #F720CA Shocking Pink

📋 copy color: '#F720CA'

red 247 ◦ green 32 ◦ blue 202

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

Shades of Shocking Pink #F720CA

Tints of Shocking Pink #F720CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.65%

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

R = 51.35%
G = 6.65%
B = 42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F720CA (or 0xF720CA) is known color: Shocking Pink. HEX triplet: F7, 20 and CA. RGB value is (247,32,202). Sum of RGB (Red+Green+Blue) = 247+32+202=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F720CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F720CA is #08DF35. Grayscale: #737373. Windows color (decimal): -581430 or 13246711. OLE color: 13246711.

HSL color Cylindrical-coordinate representation of color #F720CA: hue angle of 312.56º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F720CA is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 32 202 -
CMYK 0 0.87 0.18 0.03
HSL 312.56º 0.93% 0.55% -
HSV(B) 312.56º 0.87% 0.97% -
XYZ 49.53 25.07 58.11 -
YUV 115.67 176.73 221.68 -
System Red Green Blue C M Y K H S L
Decimal 247 32 202 0 0.87 0.18 0.03 312.56 0.93 0.55
Hex F7 20 CA 0 57 12 3 139 5D 37
Octal 367 40 312 0 127 22 3 471 135 67
Binary 11110111 100000 11001010 0 1010111 10010 11 100111001 1011101 110111

Color Harmonies of #F720CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F720CA

Black with #F720CA

Text Example


Text Example

White with #F720CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F720CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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