#F2389A

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

Shades of Wild Strawberry #F2389A

Tints of Wild Strawberry #F2389A

Color information

#F2389A (or 0xF2389A) is unknown color: approx Wild Strawberry. HEX triplet: F2, 38 and 9A. RGB value is (242,56,154). Sum of RGB (Red+Green+Blue) = 242+56+154=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2389A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2389A is #0DC765. Grayscale: #7A7A7A. Windows color (decimal): -903014 or 10107122. OLE color: 10107122.

HSL color Cylindrical-coordinate representation of color #F2389A: hue angle of 328.39º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2389A is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB24256154-
CMYK00.770.360.05
HSL328.39º87.74%58.43%-
HSV(B)328.39º76.86%94.9%-
XYZ43.8624.0432.9-
YUV122.79145.62213.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.54%
GREEN value IS 56 (22.27% from 255) = 12.39%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=53.54%
G=12.39%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425615400.770.360.05328.3987.7458.43
HexF2389A04D245148583a
Octal36270232011544551013072
Binary1111001011100010011010010011011001001011010010001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2389A; }

 p { color: rgb(242,56,154); }

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

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

 a { background-color: rgb(242,56,154); }

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

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

 span { border-color: rgb(242,56,154); }

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