#F209BE

Color #F209BE Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #F209BE

Tints of Shocking Pink #F209BE

Color information

#F209BE (or 0xF209BE) is unknown color: approx Shocking Pink. HEX triplet: F2, 09 and BE. RGB value is (242,9,190). Sum of RGB (Red+Green+Blue) = 242+9+190=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F209BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209BE is #0DF641. Grayscale: #626262. Windows color (decimal): -915010 or 12454386. OLE color: 12454386.

HSL color Cylindrical-coordinate representation of color #F209BE: hue angle of 313.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209BE is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB2429190-
CMYK00.960.210.05
HSL313.39º92.83%49.22%-
HSV(B)313.39º96.28%94.9%-
XYZ46.0122.7950.69-
YUV99.3179.19229.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.88%
GREEN value IS 9 (3.91% from 255) = 2.04%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=54.88%
G=2.04%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242919000.960.210.05313.3992.8349.22
HexF29BE0601551395d31
Octal36211276014025547113561
Binary1111001010011011111001100000101011011001110011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F209BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F209BE; }

 p { color: rgb(242,9,190); }

 H1.HeaderClassName
 {
   color: #F209BE;
 }
 .AnyTagClassName
 {
   color: #F209BE;
 }
</style>
background-color css

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

 a { background-color: rgb(242,9,190); }

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

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

 span { border-color: rgb(242,9,190); }

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