Html Css Color HEX #F716CA Shocking Pink

📋 copy color: '#F716CA'

red 247 ◦ green 22 ◦ blue 202

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

Shades of Shocking Pink #F716CA

Tints of Shocking Pink #F716CA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.67%

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

R = 52.44%
G = 4.67%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F716CA (or 0xF716CA) is known color: Shocking Pink. HEX triplet: F7, 16 and CA. RGB value is (247,22,202). Sum of RGB (Red+Green+Blue) = 247+22+202=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F716CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F716CA is #08E935. Grayscale: #6D6D6D. Windows color (decimal): -583990 or 13244151. OLE color: 13244151.

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

Color convert

RGB 247 22 202 -
CMYK 0 0.91 0.18 0.03
HSL 312º 0.93% 0.53% -
HSV(B) 312º 0.91% 0.97% -
XYZ 49.31 24.61 58.03 -
YUV 109.8 180.04 225.86 -
System Red Green Blue C M Y K H S L
Decimal 247 22 202 0 0.91 0.18 0.03 312 0.93 0.53
Hex F7 16 CA 0 5B 12 3 138 5D 35
Octal 367 26 312 0 133 22 3 470 135 65
Binary 11110111 10110 11001010 0 1011011 10010 11 100111000 1011101 110101

Color Harmonies of #F716CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F716CA

Black with #F716CA

Text Example


Text Example

White with #F716CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F716CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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