#FC6B74

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

Shades of Wild Watermelon #FC6B74

Tints of Wild Watermelon #FC6B74

Color information

#FC6B74 (or 0xFC6B74) is unknown color: approx Wild Watermelon. HEX triplet: FC, 6B and 74. RGB value is (252,107,116). Sum of RGB (Red+Green+Blue) = 252+107+116=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B74 is #03948B. Grayscale: #979797. Windows color (decimal): -234636 or 7629820. OLE color: 7629820.

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

Color convert

RGB252107116-
CMYK00.580.540.01
HSL356.28º96.03%70.39%-
HSV(B)356.28º57.54%98.82%-
XYZ48.5532.4720.23-
YUV151.38108.04199.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.05%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 116 (45.70% from 255) = 24.42%
R=53.05%
G=22.53%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210711600.580.540.01356.2896.0370.39
HexFC6B7403A3611646046
Octal374153164072661544140106
Binary11111100110101111101000111010110110110110010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B74; }

 p { color: rgb(252,107,116); }

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

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

 a { background-color: rgb(252,107,116); }

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

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

 span { border-color: rgb(252,107,116); }

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