#F240AA

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

Shades of Wild Strawberry #F240AA

Tints of Wild Strawberry #F240AA

Color information

#F240AA (or 0xF240AA) is unknown color: approx Wild Strawberry. HEX triplet: F2, 40 and AA. RGB value is (242,64,170). Sum of RGB (Red+Green+Blue) = 242+64+170=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F240AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F240AA is #0DBF55. Grayscale: #818181. Windows color (decimal): -900950 or 11157746. OLE color: 11157746.

HSL color Cylindrical-coordinate representation of color #F240AA: hue angle of 324.27º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F240AA is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB24264170-
CMYK00.740.300.05
HSL324.27º87.25%60%-
HSV(B)324.27º73.55%94.9%-
XYZ45.7125.4540.53-
YUV129.31150.97208.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.84%
GREEN value IS 64 (25.39% from 255) = 13.45%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=50.84%
G=13.45%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426417000.740.300.05324.2787.2560
HexF240AA04A1E5144573c
Octal362100252011236550412774
Binary1111001010000001010101001001010111101011010001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F240AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F240AA; }

 p { color: rgb(242,64,170); }

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

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

 a { background-color: rgb(242,64,170); }

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

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

 span { border-color: rgb(242,64,170); }

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