Html Css Color HEX #FC5064 Wild Watermelon

📋 copy color: '#FC5064'

red 252 ◦ green 80 ◦ blue 100

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

Shades of Wild Watermelon #FC5064

Tints of Wild Watermelon #FC5064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

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

R = 58.33%
G = 18.52%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC5064 (or 0xFC5064) is known color: Wild Watermelon. HEX triplet: FC, 50 and 64. RGB value is (252,80,100). Sum of RGB (Red+Green+Blue) = 252+80+100=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5064 is #03AF9B. Grayscale: #858585. Windows color (decimal): -241564 or 6574332. OLE color: 6574332.

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

Color convert

RGB 252 80 100 -
CMYK 0 0.68 0.60 0.01
HSL 353.02º 0.97% 0.65% -
HSV(B) 353.02º 0.68% 0.99% -
XYZ 45.31 27.35 14.95 -
YUV 133.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 252 80 100 0 0.68 0.60 0.01 353.02 0.97 0.65
Hex FC 50 64 0 44 3C 1 161 61 41
Octal 374 120 144 0 104 74 1 541 141 101
Binary 11111100 1010000 1100100 0 1000100 111100 1 101100001 1100001 1000001

Color Harmonies of #FC5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5064

Black with #FC5064

Text Example


Text Example

White with #FC5064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5064; }

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

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

background-color css

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

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

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

border-color css

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

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

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