#F64B6B

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

Shades of Wild Watermelon #F64B6B

Tints of Wild Watermelon #F64B6B

Color information

#F64B6B (or 0xF64B6B) is unknown color: approx Wild Watermelon. HEX triplet: F6, 4B and 6B. RGB value is (246,75,107). Sum of RGB (Red+Green+Blue) = 246+75+107=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64B6B is #09B494. Grayscale: #818181. Windows color (decimal): -636053 or 7031798. OLE color: 7031798.

HSL color Cylindrical-coordinate representation of color #F64B6B: hue angle of 348.77º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64B6B is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB24675107-
CMYK00.700.570.04
HSL348.77º90.48%62.94%-
HSV(B)348.77º69.51%96.47%-
XYZ43.1825.6916.59-
YUV129.78115.15210.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.48%
GREEN value IS 75 (29.69% from 255) = 17.52%
BLUE value IS 107 (42.19% from 255) = 25%
R=57.48%
G=17.52%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467510700.700.570.04348.7790.4862.94
HexF64B6B04639415d5a3f
Octal366113153010671453513277
Binary1111011010010111101011010001101110011001010111011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64B6B; }

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

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

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

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

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

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

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

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