#F34C6E

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

Shades of Wild Watermelon #F34C6E

Tints of Wild Watermelon #F34C6E

Color information

#F34C6E (or 0xF34C6E) is unknown color: approx Wild Watermelon. HEX triplet: F3, 4C and 6E. RGB value is (243,76,110). Sum of RGB (Red+Green+Blue) = 243+76+110=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34C6E is #0CB391. Grayscale: #818181. Windows color (decimal): -832402 or 7228659. OLE color: 7228659.

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

Color convert

RGB24376110-
CMYK00.690.550.05
HSL347.78º87.43%62.55%-
HSV(B)347.78º68.72%95.29%-
XYZ42.3625.3517.41-
YUV129.81116.83208.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.64%
GREEN value IS 76 (30.08% from 255) = 17.72%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=56.64%
G=17.72%
B=25.64%

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
Decimal2437611000.690.550.05347.7887.4362.55
HexF34C6E04537515c573f
Octal363114156010567553412777
Binary1111001110011001101110010001011101111011010111001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34C6E; }

 p { color: rgb(243,76,110); }

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

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

 a { background-color: rgb(243,76,110); }

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

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

 span { border-color: rgb(243,76,110); }

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