Html Css Color HEX #F712CE Shocking Pink

📋 copy color: '#F712CE'

red 247 ◦ green 18 ◦ blue 206

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

Shades of Shocking Pink #F712CE

Tints of Shocking Pink #F712CE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.82%

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

R = 52.44%
G = 3.82%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F712CE (or 0xF712CE) is known color: Shocking Pink. HEX triplet: F7, 12 and CE. RGB value is (247,18,206). Sum of RGB (Red+Green+Blue) = 247+18+206=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F712CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712CE is #08ED31. Grayscale: #6B6B6B. Windows color (decimal): -585010 or 13505271. OLE color: 13505271.

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

Color convert

RGB 247 18 206 -
CMYK 0 0.93 0.17 0.03
HSL 310.74º 0.93% 0.52% -
HSV(B) 310.74º 0.93% 0.97% -
XYZ 49.71 24.66 60.53 -
YUV 107.9 183.37 227.21 -
System Red Green Blue C M Y K H S L
Decimal 247 18 206 0 0.93 0.17 0.03 310.74 0.93 0.52
Hex F7 12 CE 0 5D 11 3 137 5D 34
Octal 367 22 316 0 135 21 3 467 135 64
Binary 11110111 10010 11001110 0 1011101 10001 11 100110111 1011101 110100

Color Harmonies of #F712CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712CE

Black with #F712CE

Text Example


Text Example

White with #F712CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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