Html Css Color HEX #F700B9 Shocking Pink

📋 copy color: '#F700B9'

red 247 ◦ green 0 ◦ blue 185

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

Shades of Shocking Pink #F700B9

Tints of Shocking Pink #F700B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.82%

R = 57.18%
G = 0%
B = 42.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F700B9 (or 0xF700B9) is known color: Shocking Pink. HEX triplet: F7, 00 and B9. RGB value is (247,0,185). Sum of RGB (Red+Green+Blue) = 247+0+185=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F700B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700B9 is #08FF46. Grayscale: #5E5E5E. Windows color (decimal): -589639 or 12124407. OLE color: 12124407.

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

Color convert

RGB 247 0 185 -
CMYK 0 1 0.25 0.03
HSL 315.06º 1% 0.48% -
HSV(B) 315.06º 1% 0.97% -
XYZ 47.11 23.28 47.91 -
YUV 94.94 178.83 236.46 -
System Red Green Blue C M Y K H S L
Decimal 247 0 185 0 1 0.25 0.03 315.06 1 0.48
Hex F7 0 B9 0 64 19 3 13B 64 30
Octal 367 0 271 0 144 31 3 473 144 60
Binary 11110111 0 10111001 0 1100100 11001 11 100111011 1100100 110000

Color Harmonies of #F700B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700B9

Black with #F700B9

Text Example


Text Example

White with #F700B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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