#FF6468

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

Shades of Wild Watermelon #FF6468

Tints of Wild Watermelon #FF6468

Color information

#FF6468 (or 0xFF6468) is unknown color: approx Wild Watermelon. HEX triplet: FF, 64 and 68. RGB value is (255,100,104). Sum of RGB (Red+Green+Blue) = 255+100+104=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6468 is #009B97. Grayscale: #929292. Windows color (decimal): -39832 or 6841599. OLE color: 6841599.

HSL color Cylindrical-coordinate representation of color #FF6468: hue angle of 358.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6468 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB255100104-
CMYK00.610.590
HSL358.45º100%69.61%-
HSV(B)358.45º60.78%100%-
XYZ48.331.3716.61-
YUV146.8103.85205.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 104 (41.02% from 255) = 22.66%
R=55.56%
G=21.79%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510010400.610.590358.4510069.61
HexFF646803D3B01666446
Octal377144150075730546144106
Binary11111111110010011010000111101111011010110011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6468; }

 p { color: rgb(255,100,104); }

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

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

 a { background-color: rgb(255,100,104); }

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

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

 span { border-color: rgb(255,100,104); }

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