#F93CA0

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

Shades of Wild Strawberry #F93CA0

Tints of Wild Strawberry #F93CA0

Color information

#F93CA0 (or 0xF93CA0) is unknown color: approx Wild Strawberry. HEX triplet: F9, 3C and A0. RGB value is (249,60,160). Sum of RGB (Red+Green+Blue) = 249+60+160=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93CA0 is #06C35F. Grayscale: #7F7F7F. Windows color (decimal): -443232 or 10501369. OLE color: 10501369.

HSL color Cylindrical-coordinate representation of color #F93CA0: hue angle of 328.25º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93CA0 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB24960160-
CMYK00.760.360.02
HSL328.25º94.03%60.59%-
HSV(B)328.25º75.9%97.65%-
XYZ47.0325.9135.78-
YUV127.91146.12214.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.09%
GREEN value IS 60 (23.83% from 255) = 12.79%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=53.09%
G=12.79%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496016000.760.360.02328.2594.0360.59
HexF93CA004C2421485e3d
Octal37174240011444251013675
Binary111110011111001010000001001100100100101010010001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93CA0; }

 p { color: rgb(249,60,160); }

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

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

 a { background-color: rgb(249,60,160); }

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

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

 span { border-color: rgb(249,60,160); }

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