#F63BA3

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

Shades of Wild Strawberry #F63BA3

Tints of Wild Strawberry #F63BA3

Color information

#F63BA3 (or 0xF63BA3) is unknown color: approx Wild Strawberry. HEX triplet: F6, 3B and A3. RGB value is (246,59,163). Sum of RGB (Red+Green+Blue) = 246+59+163=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63BA3 is #09C45C. Grayscale: #7E7E7E. Windows color (decimal): -640093 or 10697718. OLE color: 10697718.

HSL color Cylindrical-coordinate representation of color #F63BA3: hue angle of 326.63º 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 #F63BA3 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB24659163-
CMYK00.760.340.04
HSL326.63º91.22%59.8%-
HSV(B)326.63º76.02%96.47%-
XYZ46.1825.3737.11-
YUV126.77148.45213.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.56%
GREEN value IS 59 (23.44% from 255) = 12.61%
BLUE value IS 163 (64.06% from 255) = 34.83%
R=52.56%
G=12.61%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465916300.760.340.04326.6391.2259.8
HexF63BA304C2241475b3c
Octal36673243011442450713374
Binary1111011011101110100011010011001000101001010001111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63BA3; }

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

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

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

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

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

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

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

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