Html Css Color HEX #F700BD Shocking Pink

📋 copy color: '#F700BD'

red 247 ◦ green 0 ◦ blue 189

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

Shades of Shocking Pink #F700BD

Tints of Shocking Pink #F700BD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.65%
G = 0%
B = 43.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F700BD (or 0xF700BD) is known color: Shocking Pink. HEX triplet: F7, 00 and BD. RGB value is (247,0,189). Sum of RGB (Red+Green+Blue) = 247+0+189=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F700BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700BD is #08FF42. Grayscale: #5E5E5E. Windows color (decimal): -589635 or 12386551. OLE color: 12386551.

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

Color convert

RGB 247 0 189 -
CMYK 0 1 0.23 0.03
HSL 314.09º 1% 0.48% -
HSV(B) 314.09º 1% 0.97% -
XYZ 47.54 23.45 50.16 -
YUV 95.4 180.83 236.13 -
System Red Green Blue C M Y K H S L
Decimal 247 0 189 0 1 0.23 0.03 314.09 1 0.48
Hex F7 0 BD 0 64 17 3 13A 64 30
Octal 367 0 275 0 144 27 3 472 144 60
Binary 11110111 0 10111101 0 1100100 10111 11 100111010 1100100 110000

Color Harmonies of #F700BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700BD

Black with #F700BD

Text Example


Text Example

White with #F700BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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