Html Css Color HEX #F713D1 Shocking Pink

📋 copy color: '#F713D1'

red 247 ◦ green 19 ◦ blue 209

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

Shades of Shocking Pink #F713D1

Tints of Shocking Pink #F713D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44%

R = 52%
G = 4%
B = 44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F713D1 (or 0xF713D1) is known color: Shocking Pink. HEX triplet: F7, 13 and D1. RGB value is (247,19,209). Sum of RGB (Red+Green+Blue) = 247+19+209=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F713D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F713D1 is #08EC2E. Grayscale: #6C6C6C. Windows color (decimal): -584751 or 13702135. OLE color: 13702135.

HSL color Cylindrical-coordinate representation of color #F713D1: hue angle of 310º 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 #F713D1 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 19 209 -
CMYK 0 0.92 0.15 0.03
HSL 310º 0.93% 0.52% -
HSV(B) 310º 0.92% 0.97% -
XYZ 50.1 24.84 62.48 -
YUV 108.83 184.54 226.55 -
System Red Green Blue C M Y K H S L
Decimal 247 19 209 0 0.92 0.15 0.03 310 0.93 0.52
Hex F7 13 D1 0 5C F 3 136 5D 34
Octal 367 23 321 0 134 17 3 466 135 64
Binary 11110111 10011 11010001 0 1011100 1111 11 100110110 1011101 110100

Color Harmonies of #F713D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F713D1

Black with #F713D1

Text Example


Text Example

White with #F713D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F713D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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