Html Css Color HEX #F70CBE Shocking Pink

📋 copy color: '#F70CBE'

red 247 ◦ green 12 ◦ blue 190

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

Shades of Shocking Pink #F70CBE

Tints of Shocking Pink #F70CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 55.01%
G = 2.67%
B = 42.32%

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

#F70CBE (or 0xF70CBE) is known color: Shocking Pink. HEX triplet: F7, 0C and BE. RGB value is (247,12,190). Sum of RGB (Red+Green+Blue) = 247+12+190=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70CBE is #08F341. Grayscale: #666666. Windows color (decimal): -586562 or 12455159. OLE color: 12455159.

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

Color convert

RGB 247 12 190 -
CMYK 0 0.95 0.23 0.03
HSL 314.55º 0.94% 0.51% -
HSV(B) 314.55º 0.95% 0.97% -
XYZ 47.78 23.75 50.78 -
YUV 102.56 177.36 231.03 -
System Red Green Blue C M Y K H S L
Decimal 247 12 190 0 0.95 0.23 0.03 314.55 0.94 0.51
Hex F7 C BE 0 5F 17 3 13B 5E 33
Octal 367 14 276 0 137 27 3 473 136 63
Binary 11110111 1100 10111110 0 1011111 10111 11 100111011 1011110 110011

Color Harmonies of #F70CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70CBE

Black with #F70CBE

Text Example


Text Example

White with #F70CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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