Html Css Color HEX #F609BD Shocking Pink

📋 copy color: '#F609BD'

red 246 ◦ green 9 ◦ blue 189

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

Shades of Shocking Pink #F609BD

Tints of Shocking Pink #F609BD

RGB

 RED value IS 246 (96.48% from 255) = 55.41%

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

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

R = 55.41%
G = 2.03%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F609BD (or 0xF609BD) is known color: Shocking Pink. HEX triplet: F6, 09 and BD. RGB value is (246,9,189). Sum of RGB (Red+Green+Blue) = 246+9+189=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F609BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F609BD is #09F642. Grayscale: #636363. Windows color (decimal): -652867 or 12388854. OLE color: 12388854.

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

Color convert

RGB 246 9 189 -
CMYK 0 0.96 0.23 0.04
HSL 314.43º 0.93% 0.5% -
HSV(B) 314.43º 0.96% 0.96% -
XYZ 47.29 23.46 50.18 -
YUV 100.38 178.02 231.86 -
System Red Green Blue C M Y K H S L
Decimal 246 9 189 0 0.96 0.23 0.04 314.43 0.93 0.5
Hex F6 9 BD 0 60 17 4 13A 5D 32
Octal 366 11 275 0 140 27 4 472 135 62
Binary 11110110 1001 10111101 0 1100000 10111 100 100111010 1011101 110010

Color Harmonies of #F609BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F609BD

Black with #F609BD

Text Example


Text Example

White with #F609BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F609BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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