#F93495

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

Shades of Wild Strawberry #F93495

Tints of Wild Strawberry #F93495

Color information

#F93495 (or 0xF93495) is unknown color: approx Wild Strawberry. HEX triplet: F9, 34 and 95. RGB value is (249,52,149). Sum of RGB (Red+Green+Blue) = 249+52+149=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F93495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93495 is #06CB6A. Grayscale: #797979. Windows color (decimal): -445291 or 9778425. OLE color: 9778425.

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

Color convert

RGB24952149-
CMYK00.790.400.02
HSL330.46º94.26%59.02%-
HSV(B)330.46º79.12%97.65%-
XYZ45.7224.7730.8-
YUV121.96143.27218.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.33%
GREEN value IS 52 (20.70% from 255) = 11.56%
BLUE value IS 149 (58.59% from 255) = 33.11%
R=55.33%
G=11.56%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495214900.790.400.02330.4694.2659.02
HexF9349504F28214a5e3b
Octal37164225011750251213673
Binary111110011101001001010101001111101000101010010101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93495; }

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

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

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

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

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

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

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

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