Html Css Color HEX #F70FCC Shocking Pink

📋 copy color: '#F70FCC'

red 247 ◦ green 15 ◦ blue 204

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

Shades of Shocking Pink #F70FCC

Tints of Shocking Pink #F70FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.22%

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

R = 53%
G = 3.22%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F70FCC (or 0xF70FCC) is known color: Shocking Pink. HEX triplet: F7, 0F and CC. RGB value is (247,15,204). Sum of RGB (Red+Green+Blue) = 247+15+204=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FCC is #08F033. Grayscale: #696969. Windows color (decimal): -585780 or 13373431. OLE color: 13373431.

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

Color convert

RGB 247 15 204 -
CMYK 0 0.94 0.17 0.03
HSL 311.12º 0.94% 0.51% -
HSV(B) 311.12º 0.94% 0.97% -
XYZ 49.43 24.48 59.25 -
YUV 105.91 183.36 228.63 -
System Red Green Blue C M Y K H S L
Decimal 247 15 204 0 0.94 0.17 0.03 311.12 0.94 0.51
Hex F7 F CC 0 5E 11 3 137 5E 33
Octal 367 17 314 0 136 21 3 467 136 63
Binary 11110111 1111 11001100 0 1011110 10001 11 100110111 1011110 110011

Color Harmonies of #F70FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FCC

Black with #F70FCC

Text Example


Text Example

White with #F70FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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