#F34A69

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

Shades of Wild Watermelon #F34A69

Tints of Wild Watermelon #F34A69

Color information

#F34A69 (or 0xF34A69) is unknown color: approx Wild Watermelon. HEX triplet: F3, 4A and 69. RGB value is (243,74,105). Sum of RGB (Red+Green+Blue) = 243+74+105=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34A69 is #0CB596. Grayscale: #808080. Windows color (decimal): -832919 or 6900467. OLE color: 6900467.

HSL color Cylindrical-coordinate representation of color #F34A69: hue angle of 348.99º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34A69 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB24374105-
CMYK00.700.570.05
HSL348.99º87.56%62.16%-
HSV(B)348.99º69.55%95.29%-
XYZ41.9624.9715.97-
YUV128.06114.99209.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.58%
GREEN value IS 74 (29.30% from 255) = 17.54%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=57.58%
G=17.54%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437410500.700.570.05348.9987.5662.16
HexF34A6904639515d583e
Octal363112151010671553513076
Binary1111001110010101101001010001101110011011010111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34A69; }

 p { color: rgb(243,74,105); }

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

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

 a { background-color: rgb(243,74,105); }

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

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

 span { border-color: rgb(243,74,105); }

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