#F24B6D

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

Shades of Wild Watermelon #F24B6D

Tints of Wild Watermelon #F24B6D

Color information

#F24B6D (or 0xF24B6D) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4B and 6D. RGB value is (242,75,109). Sum of RGB (Red+Green+Blue) = 242+75+109=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24B6D is #0DB492. Grayscale: #808080. Windows color (decimal): -898195 or 7162866. OLE color: 7162866.

HSL color Cylindrical-coordinate representation of color #F24B6D: hue angle of 347.78º 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 #F24B6D is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB24275109-
CMYK00.690.550.05
HSL347.78º86.53%62.16%-
HSV(B)347.78º69.01%94.9%-
XYZ41.8925.0117.09-
YUV128.81116.83208.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.81%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 109 (42.97% from 255) = 25.59%
R=56.81%
G=17.61%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427510900.690.550.05347.7886.5362.16
HexF24B6D04537515c573e
Octal362113155010567553412776
Binary1111001010010111101101010001011101111011010111001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24B6D; }

 p { color: rgb(242,75,109); }

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

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

 a { background-color: rgb(242,75,109); }

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

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

 span { border-color: rgb(242,75,109); }

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