Html Css Color HEX #FC5A75 Wild Watermelon

📋 copy color: '#FC5A75'

red 252 ◦ green 90 ◦ blue 117

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

Shades of Wild Watermelon #FC5A75

Tints of Wild Watermelon #FC5A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

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

R = 54.9%
G = 19.61%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC5A75 (or 0xFC5A75) is known color: Wild Watermelon. HEX triplet: FC, 5A and 75. RGB value is (252,90,117). Sum of RGB (Red+Green+Blue) = 252+90+117=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A75 is #03A58A. Grayscale: #8D8D8D. Windows color (decimal): -238987 or 7691004. OLE color: 7691004.

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

Color convert

RGB 252 90 117 -
CMYK 0 0.64 0.54 0.01
HSL 350º 0.96% 0.67% -
HSV(B) 350º 0.64% 0.99% -
XYZ 47.01 29.29 20.01 -
YUV 141.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 252 90 117 0 0.64 0.54 0.01 350 0.96 0.67
Hex FC 5A 75 0 40 36 1 15E 60 43
Octal 374 132 165 0 100 66 1 536 140 103
Binary 11111100 1011010 1110101 0 1000000 110110 1 101011110 1100000 1000011

Color Harmonies of #FC5A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A75

Black with #FC5A75

Text Example


Text Example

White with #FC5A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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