Html Css Color HEX #F70DCC Shocking Pink

📋 copy color: '#F70DCC'

red 247 ◦ green 13 ◦ blue 204

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

Shades of Shocking Pink #F70DCC

Tints of Shocking Pink #F70DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 53.23%
G = 2.8%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F70DCC (or 0xF70DCC) is known color: Shocking Pink. HEX triplet: F7, 0D and CC. RGB value is (247,13,204). Sum of RGB (Red+Green+Blue) = 247+13+204=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DCC is #08F233. Grayscale: #686868. Windows color (decimal): -586292 or 13372919. OLE color: 13372919.

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

Color convert

RGB 247 13 204 -
CMYK 0 0.95 0.17 0.03
HSL 311.03º 0.94% 0.51% -
HSV(B) 311.03º 0.95% 0.97% -
XYZ 49.4 24.42 59.24 -
YUV 104.74 184.02 229.47 -
System Red Green Blue C M Y K H S L
Decimal 247 13 204 0 0.95 0.17 0.03 311.03 0.94 0.51
Hex F7 D CC 0 5F 11 3 137 5E 33
Octal 367 15 314 0 137 21 3 467 136 63
Binary 11110111 1101 11001100 0 1011111 10001 11 100110111 1011110 110011

Color Harmonies of #F70DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70DCC

Black with #F70DCC

Text Example


Text Example

White with #F70DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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