#FC6268

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

Shades of Wild Watermelon #FC6268

Tints of Wild Watermelon #FC6268

Color information

#FC6268 (or 0xFC6268) is unknown color: approx Wild Watermelon. HEX triplet: FC, 62 and 68. RGB value is (252,98,104). Sum of RGB (Red+Green+Blue) = 252+98+104=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6268 is #039D97. Grayscale: #909090. Windows color (decimal): -236952 or 6841084. OLE color: 6841084.

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

Color convert

RGB25298104-
CMYK00.610.590.01
HSL357.66º96.25%68.63%-
HSV(B)357.66º61.11%98.82%-
XYZ47.0130.4316.49-
YUV144.73105.02204.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.51%
GREEN value IS 98 (38.67% from 255) = 21.59%
BLUE value IS 104 (41.02% from 255) = 22.91%
R=55.51%
G=21.59%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529810400.610.590.01357.6696.2568.63
HexFC626803D3B11666045
Octal374142150075731546140105
Binary11111100110001011010000111101111011110110011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6268; }

 p { color: rgb(252,98,104); }

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

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

 a { background-color: rgb(252,98,104); }

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

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

 span { border-color: rgb(252,98,104); }

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