Html Css Color HEX #F713CE Shocking Pink

📋 copy color: '#F713CE'

red 247 ◦ green 19 ◦ blue 206

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

Shades of Shocking Pink #F713CE

Tints of Shocking Pink #F713CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.03%

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 52.33%
G = 4.03%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F713CE (or 0xF713CE) is known color: Shocking Pink. HEX triplet: F7, 13 and CE. RGB value is (247,19,206). Sum of RGB (Red+Green+Blue) = 247+19+206=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F713CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F713CE is #08EC31. Grayscale: #6B6B6B. Windows color (decimal): -584754 or 13505527. OLE color: 13505527.

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

Color convert

RGB 247 19 206 -
CMYK 0 0.92 0.17 0.03
HSL 310.79º 0.93% 0.52% -
HSV(B) 310.79º 0.92% 0.97% -
XYZ 49.73 24.7 60.54 -
YUV 108.49 183.04 226.79 -
System Red Green Blue C M Y K H S L
Decimal 247 19 206 0 0.92 0.17 0.03 310.79 0.93 0.52
Hex F7 13 CE 0 5C 11 3 137 5D 34
Octal 367 23 316 0 134 21 3 467 135 64
Binary 11110111 10011 11001110 0 1011100 10001 11 100110111 1011101 110100

Color Harmonies of #F713CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F713CE

Black with #F713CE

Text Example


Text Example

White with #F713CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F713CE; }

 p { color: rgb(247,19,206); }

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

background-color css

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

 a { background-color: rgb(247,19,206); }

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

border-color css

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

 span { border-color: rgb(247,19,206); }

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