#F83AA5

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

Shades of Wild Strawberry #F83AA5

Tints of Wild Strawberry #F83AA5

Color information

#F83AA5 (or 0xF83AA5) is unknown color: approx Wild Strawberry. HEX triplet: F8, 3A and A5. RGB value is (248,58,165). Sum of RGB (Red+Green+Blue) = 248+58+165=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83AA5 is #07C55A. Grayscale: #7E7E7E. Windows color (decimal): -509275 or 10828536. OLE color: 10828536.

HSL color Cylindrical-coordinate representation of color #F83AA5: hue angle of 326.21º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83AA5 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB24858165-
CMYK00.770.330.03
HSL326.21º93.14%60%-
HSV(B)326.21º76.61%97.25%-
XYZ47.0225.738.08-
YUV127.01149.45214.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.65%
GREEN value IS 58 (23.05% from 255) = 12.31%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=52.65%
G=12.31%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485816500.770.330.03326.2193.1460
HexF83AA504D2131465d3c
Octal37072245011541350613574
Binary111110001110101010010101001101100001111010001101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83AA5; }

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

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

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

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

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

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

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

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