#F93C95

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

Shades of Wild Strawberry #F93C95

Tints of Wild Strawberry #F93C95

Color information

#F93C95 (or 0xF93C95) is unknown color: approx Wild Strawberry. HEX triplet: F9, 3C and 95. RGB value is (249,60,149). Sum of RGB (Red+Green+Blue) = 249+60+149=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93C95 is #06C36A. Grayscale: #7E7E7E. Windows color (decimal): -443243 or 9780473. OLE color: 9780473.

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

Color convert

RGB24960149-
CMYK00.760.400.02
HSL331.75º94.03%60.59%-
HSV(B)331.75º75.9%97.65%-
XYZ46.1125.5430.93-
YUV126.66140.62215.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.37%
GREEN value IS 60 (23.83% from 255) = 13.10%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=54.37%
G=13.10%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496014900.760.400.02331.7594.0360.59
HexF93C9504C28214c5e3d
Octal37174225011450251413675
Binary111110011111001001010101001100101000101010011001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93C95; }

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

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

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

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

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

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

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

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