Html Css Color HEX #FC6575 Wild Watermelon

📋 copy color: '#FC6575'

red 252 ◦ green 101 ◦ blue 117

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

Shades of Wild Watermelon #FC6575

Tints of Wild Watermelon #FC6575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.89%

R = 53.62%
G = 21.49%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC6575 (or 0xFC6575) is known color: Wild Watermelon. HEX triplet: FC, 65 and 75. RGB value is (252,101,117). Sum of RGB (Red+Green+Blue) = 252+101+117=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6575 is #039A8A. Grayscale: #949494. Windows color (decimal): -236171 or 7693820. OLE color: 7693820.

HSL color Cylindrical-coordinate representation of color #FC6575: hue angle of 353.64º 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 #FC6575 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 101 117 -
CMYK 0 0.60 0.54 0.01
HSL 353.64º 0.96% 0.69% -
HSV(B) 353.64º 0.6% 0.99% -
XYZ 48.01 31.29 20.34 -
YUV 147.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 252 101 117 0 0.60 0.54 0.01 353.64 0.96 0.69
Hex FC 65 75 0 3C 36 1 162 60 45
Octal 374 145 165 0 74 66 1 542 140 105
Binary 11111100 1100101 1110101 0 111100 110110 1 101100010 1100000 1000101

Color Harmonies of #FC6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6575

Black with #FC6575

Text Example


Text Example

White with #FC6575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6575; }

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

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

background-color css

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

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

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

border-color css

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

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

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