Html Css Color HEX #F70FCB Shocking Pink

📋 copy color: '#F70FCB'

red 247 ◦ green 15 ◦ blue 203

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

Shades of Shocking Pink #F70FCB

Tints of Shocking Pink #F70FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 53.12%
G = 3.23%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F70FCB (or 0xF70FCB) is known color: Shocking Pink. HEX triplet: F7, 0F and CB. RGB value is (247,15,203). Sum of RGB (Red+Green+Blue) = 247+15+203=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FCB is #08F034. Grayscale: #696969. Windows color (decimal): -585781 or 13307895. OLE color: 13307895.

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

Color convert

RGB 247 15 203 -
CMYK 0 0.94 0.18 0.03
HSL 311.38º 0.94% 0.51% -
HSV(B) 311.38º 0.94% 0.97% -
XYZ 49.31 24.43 58.62 -
YUV 105.8 182.86 228.71 -
System Red Green Blue C M Y K H S L
Decimal 247 15 203 0 0.94 0.18 0.03 311.38 0.94 0.51
Hex F7 F CB 0 5E 12 3 137 5E 33
Octal 367 17 313 0 136 22 3 467 136 63
Binary 11110111 1111 11001011 0 1011110 10010 11 100110111 1011110 110011

Color Harmonies of #F70FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FCB

Black with #F70FCB

Text Example


Text Example

White with #F70FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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