Html Css Color HEX #F70DC1 Shocking Pink

📋 copy color: '#F70DC1'

red 247 ◦ green 13 ◦ blue 193

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

Shades of Shocking Pink #F70DC1

Tints of Shocking Pink #F70DC1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.87%

 BLUE value IS 193 (75.78% from 255) = 42.6%

R = 54.53%
G = 2.87%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F70DC1 (or 0xF70DC1) is known color: Shocking Pink. HEX triplet: F7, 0D and C1. RGB value is (247,13,193). Sum of RGB (Red+Green+Blue) = 247+13+193=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DC1 is #08F23E. Grayscale: #676767. Windows color (decimal): -586303 or 12652023. OLE color: 12652023.

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

Color convert

RGB 247 13 193 -
CMYK 0 0.95 0.22 0.03
HSL 313.85º 0.94% 0.51% -
HSV(B) 313.85º 0.95% 0.97% -
XYZ 48.13 23.91 52.53 -
YUV 103.49 178.52 230.36 -
System Red Green Blue C M Y K H S L
Decimal 247 13 193 0 0.95 0.22 0.03 313.85 0.94 0.51
Hex F7 D C1 0 5F 16 3 13A 5E 33
Octal 367 15 301 0 137 26 3 472 136 63
Binary 11110111 1101 11000001 0 1011111 10110 11 100111010 1011110 110011

Color Harmonies of #F70DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70DC1

Black with #F70DC1

Text Example


Text Example

White with #F70DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70DC1; }

 p { color: rgb(247,13,193); }

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

background-color css

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

 a { background-color: rgb(247,13,193); }

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

border-color css

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

 span { border-color: rgb(247,13,193); }

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