#F30BC3

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

Shades of Shocking Pink #F30BC3

Tints of Shocking Pink #F30BC3

Color information

#F30BC3 (or 0xF30BC3) is unknown color: approx Shocking Pink. HEX triplet: F3, 0B and C3. RGB value is (243,11,195). Sum of RGB (Red+Green+Blue) = 243+11+195=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30BC3 is #0CF43C. Grayscale: #646464. Windows color (decimal): -848957 or 12782579. OLE color: 12782579.

HSL color Cylindrical-coordinate representation of color #F30BC3: hue angle of 312.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30BC3 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24311195-
CMYK00.950.200.05
HSL312.41º91.34%49.8%-
HSV(B)312.41º95.47%95.29%-
XYZ46.9323.2353.64-
YUV101.34180.86229.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.12%
GREEN value IS 11 (4.69% from 255) = 2.45%
BLUE value IS 195 (76.56% from 255) = 43.43%
R=54.12%
G=2.45%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431119500.950.200.05312.4191.3449.8
HexF3BC305F1451385b32
Octal36313303013724547013362
Binary1111001110111100001101011111101001011001110001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30BC3; }

 p { color: rgb(243,11,195); }

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

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

 a { background-color: rgb(243,11,195); }

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

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

 span { border-color: rgb(243,11,195); }

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