Html Css Color HEX #F70DBB Shocking Pink

📋 copy color: '#F70DBB'

red 247 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #F70DBB

Tints of Shocking Pink #F70DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 55.26%
G = 2.91%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F70DBB (or 0xF70DBB) is known color: Shocking Pink. HEX triplet: F7, 0D and BB. RGB value is (247,13,187). Sum of RGB (Red+Green+Blue) = 247+13+187=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DBB is #08F244. Grayscale: #666666. Windows color (decimal): -586309 or 12258807. OLE color: 12258807.

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

Color convert

RGB 247 13 187 -
CMYK 0 0.95 0.24 0.03
HSL 315.38º 0.94% 0.51% -
HSV(B) 315.38º 0.95% 0.97% -
XYZ 47.47 23.65 49.08 -
YUV 102.8 175.52 230.85 -
System Red Green Blue C M Y K H S L
Decimal 247 13 187 0 0.95 0.24 0.03 315.38 0.94 0.51
Hex F7 D BB 0 5F 18 3 13B 5E 33
Octal 367 15 273 0 137 30 3 473 136 63
Binary 11110111 1101 10111011 0 1011111 11000 11 100111011 1011110 110011

Color Harmonies of #F70DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70DBB

Black with #F70DBB

Text Example


Text Example

White with #F70DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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