#F24A6A

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

Shades of Wild Watermelon #F24A6A

Tints of Wild Watermelon #F24A6A

Color information

#F24A6A (or 0xF24A6A) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4A and 6A. RGB value is (242,74,106). Sum of RGB (Red+Green+Blue) = 242+74+106=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24A6A is #0DB595. Grayscale: #7F7F7F. Windows color (decimal): -898454 or 6966002. OLE color: 6966002.

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

Color convert

RGB24274106-
CMYK00.690.560.05
HSL348.57º86.6%61.96%-
HSV(B)348.57º69.42%94.9%-
XYZ41.6724.8216.23-
YUV127.88115.66209.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.35%
GREEN value IS 74 (29.30% from 255) = 17.54%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=57.35%
G=17.54%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427410600.690.560.05348.5786.661.96
HexF24A6A04538515d573e
Octal362112152010570553512776
Binary1111001010010101101010010001011110001011010111011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24A6A; }

 p { color: rgb(242,74,106); }

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

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

 a { background-color: rgb(242,74,106); }

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

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

 span { border-color: rgb(242,74,106); }

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