#F34B6B

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

Shades of Wild Watermelon #F34B6B

Tints of Wild Watermelon #F34B6B

Color information

#F34B6B (or 0xF34B6B) is unknown color: approx Wild Watermelon. HEX triplet: F3, 4B and 6B. RGB value is (243,75,107). Sum of RGB (Red+Green+Blue) = 243+75+107=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34B6B is #0CB494. Grayscale: #808080. Windows color (decimal): -832661 or 7031795. OLE color: 7031795.

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

Color convert

RGB24375107-
CMYK00.690.560.05
HSL348.57º87.5%62.35%-
HSV(B)348.57º69.14%95.29%-
XYZ42.1325.1516.54-
YUV128.88115.66209.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.18%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 107 (42.19% from 255) = 25.18%
R=57.18%
G=17.65%
B=25.18%

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
Decimal2437510700.690.560.05348.5787.562.35
HexF34B6B04538515d583e
Octal363113153010570553513076
Binary1111001110010111101011010001011110001011010111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34B6B; }

 p { color: rgb(243,75,107); }

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

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

 a { background-color: rgb(243,75,107); }

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

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

 span { border-color: rgb(243,75,107); }

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