Html Css Color HEX #FC5A5D Wild Watermelon

📋 copy color: '#FC5A5D'

red 252 ◦ green 90 ◦ blue 93

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

Shades of Wild Watermelon #FC5A5D

Tints of Wild Watermelon #FC5A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.38%

R = 57.93%
G = 20.69%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC5A5D (or 0xFC5A5D) is known color: Wild Watermelon. HEX triplet: FC, 5A and 5D. RGB value is (252,90,93). Sum of RGB (Red+Green+Blue) = 252+90+93=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A5D is #03A5A2. Grayscale: #8A8A8A. Windows color (decimal): -239011 or 6118140. OLE color: 6118140.

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

Color convert

RGB 252 90 93 -
CMYK 0 0.64 0.63 0.01
HSL 358.89º 0.96% 0.67% -
HSV(B) 358.89º 0.64% 0.99% -
XYZ 45.78 28.8 13.5 -
YUV 138.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 252 90 93 0 0.64 0.63 0.01 358.89 0.96 0.67
Hex FC 5A 5D 0 40 3F 1 167 60 43
Octal 374 132 135 0 100 77 1 547 140 103
Binary 11111100 1011010 1011101 0 1000000 111111 1 101100111 1100000 1000011

Color Harmonies of #FC5A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A5D

Black with #FC5A5D

Text Example


Text Example

White with #FC5A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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