Html Css Color HEX #FC5075 Wild Watermelon

📋 copy color: '#FC5075'

red 252 ◦ green 80 ◦ blue 117

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

Shades of Wild Watermelon #FC5075

Tints of Wild Watermelon #FC5075

RGB

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

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

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

R = 56.12%
G = 17.82%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC5075 (or 0xFC5075) is known color: Wild Watermelon. HEX triplet: FC, 50 and 75. RGB value is (252,80,117). Sum of RGB (Red+Green+Blue) = 252+80+117=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5075 is #03AF8A. Grayscale: #878787. Windows color (decimal): -241547 or 7688444. OLE color: 7688444.

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

Color convert

RGB 252 80 117 -
CMYK 0 0.68 0.54 0.01
HSL 347.09º 0.97% 0.65% -
HSV(B) 347.09º 0.68% 0.99% -
XYZ 46.22 27.72 19.74 -
YUV 135.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 252 80 117 0 0.68 0.54 0.01 347.09 0.97 0.65
Hex FC 50 75 0 44 36 1 15B 61 41
Octal 374 120 165 0 104 66 1 533 141 101
Binary 11111100 1010000 1110101 0 1000100 110110 1 101011011 1100001 1000001

Color Harmonies of #FC5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5075

Black with #FC5075

Text Example


Text Example

White with #FC5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5075; }

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

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

background-color css

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

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

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

border-color css

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

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

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