#F205BC

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

Shades of Shocking Pink #F205BC

Tints of Shocking Pink #F205BC

Color information

#F205BC (or 0xF205BC) is unknown color: approx Shocking Pink. HEX triplet: F2, 05 and BC. RGB value is (242,5,188). Sum of RGB (Red+Green+Blue) = 242+5+188=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F205BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205BC is #0DFA43. Grayscale: #606060. Windows color (decimal): -916036 or 12322290. OLE color: 12322290.

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

Color convert

RGB2425188-
CMYK00.980.220.05
HSL313.67º95.95%48.43%-
HSV(B)313.67º97.93%94.9%-
XYZ45.7522.6249.53-
YUV96.72179.52231.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.63%
GREEN value IS 5 (2.34% from 255) = 1.15%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=55.63%
G=1.15%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242518800.980.220.05313.6795.9548.43
HexF25BC06216513a6030
Octal3625274014226547214060
Binary111100101011011110001100010101101011001110101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F205BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F205BC; }

 p { color: rgb(242,5,188); }

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

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

 a { background-color: rgb(242,5,188); }

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

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

 span { border-color: rgb(242,5,188); }

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