#F63BA1

Color #F63BA1 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #F63BA1

Tints of Wild Strawberry #F63BA1

Color information

#F63BA1 (or 0xF63BA1) is unknown color: approx Wild Strawberry. HEX triplet: F6, 3B and A1. RGB value is (246,59,161). Sum of RGB (Red+Green+Blue) = 246+59+161=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63BA1 is #09C45E. Grayscale: #7E7E7E. Windows color (decimal): -640095 or 10566646. OLE color: 10566646.

HSL color Cylindrical-coordinate representation of color #F63BA1: hue angle of 327.27º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63BA1 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB24659161-
CMYK00.760.350.04
HSL327.27º91.22%59.8%-
HSV(B)327.27º76.02%96.47%-
XYZ4625.2936.18-
YUV126.54147.45213.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.79%
GREEN value IS 59 (23.44% from 255) = 12.66%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=52.79%
G=12.66%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465916100.760.350.04327.2791.2259.8
HexF63BA104C2341475b3c
Octal36673241011443450713374
Binary1111011011101110100001010011001000111001010001111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63BA1; }

 p { color: rgb(246,59,161); }

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

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

 a { background-color: rgb(246,59,161); }

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

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

 span { border-color: rgb(246,59,161); }

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