#F34F6B

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

Shades of Wild Watermelon #F34F6B

Tints of Wild Watermelon #F34F6B

Color information

#F34F6B (or 0xF34F6B) is unknown color: approx Wild Watermelon. HEX triplet: F3, 4F and 6B. RGB value is (243,79,107). Sum of RGB (Red+Green+Blue) = 243+79+107=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34F6B is #0CB094. Grayscale: #838383. Windows color (decimal): -831637 or 7032819. OLE color: 7032819.

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

Color convert

RGB24379107-
CMYK00.670.560.05
HSL349.76º87.23%63.14%-
HSV(B)349.76º67.49%95.29%-
XYZ42.4125.7116.64-
YUV131.23114.33207.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.64%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=56.64%
G=18.41%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437910700.670.560.05349.7687.2363.14
HexF34F6B04338515e573f
Octal363117153010370553612777
Binary1111001110011111101011010000111110001011010111101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34F6B; }

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

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

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

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

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

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

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

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