Html Css Color HEX #FC6576 Wild Watermelon

📋 copy color: '#FC6576'

red 252 ◦ green 101 ◦ blue 118

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

Shades of Wild Watermelon #FC6576

Tints of Wild Watermelon #FC6576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.44%

 BLUE value IS 118 (46.48% from 255) = 25.05%

R = 53.5%
G = 21.44%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC6576 (or 0xFC6576) is known color: Wild Watermelon. HEX triplet: FC, 65 and 76. RGB value is (252,101,118). Sum of RGB (Red+Green+Blue) = 252+101+118=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6576 is #039A89. Grayscale: #949494. Windows color (decimal): -236170 or 7759356. OLE color: 7759356.

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

Color convert

RGB 252 101 118 -
CMYK 0 0.60 0.53 0.01
HSL 353.25º 0.96% 0.69% -
HSV(B) 353.25º 0.6% 0.99% -
XYZ 48.07 31.31 20.65 -
YUV 148.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 252 101 118 0 0.60 0.53 0.01 353.25 0.96 0.69
Hex FC 65 76 0 3C 35 1 161 60 45
Octal 374 145 166 0 74 65 1 541 140 105
Binary 11111100 1100101 1110110 0 111100 110101 1 101100001 1100000 1000101

Color Harmonies of #FC6576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6576

Black with #FC6576

Text Example


Text Example

White with #FC6576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6576; }

 p { color: rgb(252,101,118); }

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

background-color css

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

 a { background-color: rgb(252,101,118); }

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

border-color css

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

 span { border-color: rgb(252,101,118); }

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