#F63AA5

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

Shades of Wild Strawberry #F63AA5

Tints of Wild Strawberry #F63AA5

Color information

#F63AA5 (or 0xF63AA5) is unknown color: approx Wild Strawberry. HEX triplet: F6, 3A and A5. RGB value is (246,58,165). Sum of RGB (Red+Green+Blue) = 246+58+165=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63AA5 is #09C55A. Grayscale: #7E7E7E. Windows color (decimal): -640347 or 10828534. OLE color: 10828534.

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

Color convert

RGB24658165-
CMYK00.760.330.04
HSL325.85º91.26%59.61%-
HSV(B)325.85º76.42%96.47%-
XYZ46.3125.3438.05-
YUV126.41149.78213.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.45%
GREEN value IS 58 (23.05% from 255) = 12.37%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=52.45%
G=12.37%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465816500.760.330.04325.8591.2659.61
HexF63AA504C2141465b3c
Octal36672245011441450613374
Binary1111011011101010100101010011001000011001010001101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63AA5; }

 p { color: rgb(246,58,165); }

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

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

 a { background-color: rgb(246,58,165); }

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

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

 span { border-color: rgb(246,58,165); }

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