Html Css Color HEX #FC535A Wild Watermelon

📋 copy color: '#FC535A'

red 252 ◦ green 83 ◦ blue 90

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

Shades of Wild Watermelon #FC535A

Tints of Wild Watermelon #FC535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

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

R = 59.29%
G = 19.53%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC535A (or 0xFC535A) is known color: Wild Watermelon. HEX triplet: FC, 53 and 5A. RGB value is (252,83,90). Sum of RGB (Red+Green+Blue) = 252+83+90=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC535A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC535A is #03ACA5. Grayscale: #868686. Windows color (decimal): -240806 or 5919740. OLE color: 5919740.

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

Color convert

RGB 252 83 90 -
CMYK 0 0.67 0.64 0.01
HSL 357.51º 0.97% 0.66% -
HSV(B) 357.51º 0.67% 0.99% -
XYZ 45.08 27.62 12.63 -
YUV 134.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 252 83 90 0 0.67 0.64 0.01 357.51 0.97 0.66
Hex FC 53 5A 0 43 40 1 166 61 42
Octal 374 123 132 0 103 100 1 546 141 102
Binary 11111100 1010011 1011010 0 1000011 1000000 1 101100110 1100001 1000010

Color Harmonies of #FC535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC535A

Black with #FC535A

Text Example


Text Example

White with #FC535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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