Html Css Color HEX #FC585A Wild Watermelon

📋 copy color: '#FC585A'

red 252 ◦ green 88 ◦ blue 90

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

Shades of Wild Watermelon #FC585A

Tints of Wild Watermelon #FC585A

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 252 88 90 -
CMYK 0 0.65 0.64 0.01
HSL 359.27º 0.96% 0.67% -
HSV(B) 359.27º 0.65% 0.99% -
XYZ 45.48 28.41 12.76 -
YUV 137.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 252 88 90 0 0.65 0.64 0.01 359.27 0.96 0.67
Hex FC 58 5A 0 41 40 1 167 60 43
Octal 374 130 132 0 101 100 1 547 140 103
Binary 11111100 1011000 1011010 0 1000001 1000000 1 101100111 1100000 1000011

Color Harmonies of #FC585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC585A

Black with #FC585A

Text Example


Text Example

White with #FC585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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