Html Css Color HEX #FC6064 Wild Watermelon

📋 copy color: '#FC6064'

red 252 ◦ green 96 ◦ blue 100

#FC6064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FC6064

Tints of Wild Watermelon #FC6064

RGB

 RED value IS 252 (98.83% from 255) = 56.25%

 GREEN value IS 96 (37.89% from 255) = 21.43%

 BLUE value IS 100 (39.45% from 255) = 22.32%

R = 56.25%
G = 21.43%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC6064 (or 0xFC6064) is known color: Wild Watermelon. HEX triplet: FC, 60 and 64. RGB value is (252,96,100). Sum of RGB (Red+Green+Blue) = 252+96+100=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6064 is #039F9B. Grayscale: #8F8F8F. Windows color (decimal): -237468 or 6578428. OLE color: 6578428.

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

Color convert

RGB 252 96 100 -
CMYK 0 0.62 0.60 0.01
HSL 358.46º 0.96% 0.68% -
HSV(B) 358.46º 0.62% 0.99% -
XYZ 46.63 29.98 15.39 -
YUV 143.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 252 96 100 0 0.62 0.60 0.01 358.46 0.96 0.68
Hex FC 60 64 0 3E 3C 1 166 60 44
Octal 374 140 144 0 76 74 1 546 140 104
Binary 11111100 1100000 1100100 0 111110 111100 1 101100110 1100000 1000100

Color Harmonies of #FC6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6064

Black with #FC6064

Text Example


Text Example

White with #FC6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6064; }

 p { color: rgb(252,96,100); }

 H1.HeaderClassName
 {
   color: #FC6064;
 }
 .AnyTagClassName
 {
   color: #FC6064;
 }
</style>

background-color css

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

 a { background-color: rgb(252,96,100); }

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

border-color css

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

 span { border-color: rgb(252,96,100); }

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