Html Css Color HEX #F710C2 Shocking Pink

📋 copy color: '#F710C2'

red 247 ◦ green 16 ◦ blue 194

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

Shades of Shocking Pink #F710C2

Tints of Shocking Pink #F710C2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.5%

 BLUE value IS 194 (76.17% from 255) = 42.45%

R = 54.05%
G = 3.5%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F710C2 (or 0xF710C2) is known color: Shocking Pink. HEX triplet: F7, 10 and C2. RGB value is (247,16,194). Sum of RGB (Red+Green+Blue) = 247+16+194=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F710C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710C2 is #08EF3D. Grayscale: #686868. Windows color (decimal): -585534 or 12718327. OLE color: 12718327.

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

Color convert

RGB 247 16 194 -
CMYK 0 0.94 0.21 0.03
HSL 313.77º 0.94% 0.52% -
HSV(B) 313.77º 0.94% 0.97% -
XYZ 48.28 24.04 53.13 -
YUV 105.36 178.03 229.03 -
System Red Green Blue C M Y K H S L
Decimal 247 16 194 0 0.94 0.21 0.03 313.77 0.94 0.52
Hex F7 10 C2 0 5E 15 3 13A 5E 34
Octal 367 20 302 0 136 25 3 472 136 64
Binary 11110111 10000 11000010 0 1011110 10101 11 100111010 1011110 110100

Color Harmonies of #F710C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F710C2

Black with #F710C2

Text Example


Text Example

White with #F710C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F710C2; }

 p { color: rgb(247,16,194); }

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

background-color css

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

 a { background-color: rgb(247,16,194); }

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

border-color css

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

 span { border-color: rgb(247,16,194); }

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