Html Css Color HEX #F709BD Shocking Pink

📋 copy color: '#F709BD'

red 247 ◦ green 9 ◦ blue 189

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

Shades of Shocking Pink #F709BD

Tints of Shocking Pink #F709BD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.02%

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

R = 55.51%
G = 2.02%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F709BD (or 0xF709BD) is known color: Shocking Pink. HEX triplet: F7, 09 and BD. RGB value is (247,9,189). Sum of RGB (Red+Green+Blue) = 247+9+189=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F709BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F709BD is #08F642. Grayscale: #646464. Windows color (decimal): -587331 or 12388855. OLE color: 12388855.

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

Color convert

RGB 247 9 189 -
CMYK 0 0.96 0.23 0.03
HSL 314.62º 0.94% 0.5% -
HSV(B) 314.62º 0.96% 0.97% -
XYZ 47.64 23.64 50.2 -
YUV 100.68 177.85 232.36 -
System Red Green Blue C M Y K H S L
Decimal 247 9 189 0 0.96 0.23 0.03 314.62 0.94 0.5
Hex F7 9 BD 0 60 17 3 13B 5E 32
Octal 367 11 275 0 140 27 3 473 136 62
Binary 11110111 1001 10111101 0 1100000 10111 11 100111011 1011110 110010

Color Harmonies of #F709BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F709BD

Black with #F709BD

Text Example


Text Example

White with #F709BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F709BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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