#F33294

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

Shades of Wild Strawberry #F33294

Tints of Wild Strawberry #F33294

Color information

#F33294 (or 0xF33294) is unknown color: approx Wild Strawberry. HEX triplet: F3, 32 and 94. RGB value is (243,50,148). Sum of RGB (Red+Green+Blue) = 243+50+148=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F33294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33294 is #0CCD6B. Grayscale: #767676. Windows color (decimal): -839020 or 9712371. OLE color: 9712371.

HSL color Cylindrical-coordinate representation of color #F33294: hue angle of 329.53º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33294 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB24350148-
CMYK00.790.390.05
HSL329.53º88.94%57.45%-
HSV(B)329.53º79.42%95.29%-
XYZ43.4523.4730.26-
YUV118.88144.44216.53-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.10%
GREEN value IS 50 (19.92% from 255) = 11.34%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=55.10%
G=11.34%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435014800.790.390.05329.5388.9457.45
HexF3329404F27514a5939
Octal36362224011747551213171
Binary1111001111001010010100010011111001111011010010101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33294; }

 p { color: rgb(243,50,148); }

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

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

 a { background-color: rgb(243,50,148); }

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

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

 span { border-color: rgb(243,50,148); }

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