Html Css Color HEX #FC5A58 Tomato

📋 copy color: '#FC5A58'

red 252 ◦ green 90 ◦ blue 88

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

Shades of Tomato #FC5A58

Tints of Tomato #FC5A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.47%

R = 58.6%
G = 20.93%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC5A58 (or 0xFC5A58) is known color: Tomato. HEX triplet: FC, 5A and 58. RGB value is (252,90,88). Sum of RGB (Red+Green+Blue) = 252+90+88=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A58 is #03A5A7. Grayscale: #8A8A8A. Windows color (decimal): -239016 or 5790460. OLE color: 5790460.

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

Color convert

RGB 252 90 88 -
CMYK 0 0.64 0.65 0.01
HSL 0.73º 0.96% 0.67% -
HSV(B) 0.73º 0.65% 0.99% -
XYZ 45.56 28.71 12.37 -
YUV 138.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 252 90 88 0 0.64 0.65 0.01 0.73 0.96 0.67
Hex FC 5A 58 0 40 41 1 1 60 43
Octal 374 132 130 0 100 101 1 1 140 103
Binary 11111100 1011010 1011000 0 1000000 1000001 1 1 1100000 1000011

Color Harmonies of #FC5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A58

Black with #FC5A58

Text Example


Text Example

White with #FC5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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