Html Css Color HEX #F70CBD Shocking Pink

📋 copy color: '#F70CBD'

red 247 ◦ green 12 ◦ blue 189

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

Shades of Shocking Pink #F70CBD

Tints of Shocking Pink #F70CBD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.68%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 55.13%
G = 2.68%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F70CBD (or 0xF70CBD) is known color: Shocking Pink. HEX triplet: F7, 0C and BD. RGB value is (247,12,189). Sum of RGB (Red+Green+Blue) = 247+12+189=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70CBD is #08F342. Grayscale: #656565. Windows color (decimal): -586563 or 12389623. OLE color: 12389623.

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

Color convert

RGB 247 12 189 -
CMYK 0 0.95 0.23 0.03
HSL 314.81º 0.94% 0.51% -
HSV(B) 314.81º 0.95% 0.97% -
XYZ 47.67 23.71 50.21 -
YUV 102.44 176.86 231.11 -
System Red Green Blue C M Y K H S L
Decimal 247 12 189 0 0.95 0.23 0.03 314.81 0.94 0.51
Hex F7 C BD 0 5F 17 3 13B 5E 33
Octal 367 14 275 0 137 27 3 473 136 63
Binary 11110111 1100 10111101 0 1011111 10111 11 100111011 1011110 110011

Color Harmonies of #F70CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70CBD

Black with #F70CBD

Text Example


Text Example

White with #F70CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70CBD; }

 p { color: rgb(247,12,189); }

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

background-color css

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

 a { background-color: rgb(247,12,189); }

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

border-color css

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

 span { border-color: rgb(247,12,189); }

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