Html Css Color HEX #FC555A Wild Watermelon

📋 copy color: '#FC555A'

red 252 ◦ green 85 ◦ blue 90

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

Shades of Wild Watermelon #FC555A

Tints of Wild Watermelon #FC555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.91%

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

R = 59.02%
G = 19.91%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC555A (or 0xFC555A) is known color: Wild Watermelon. HEX triplet: FC, 55 and 5A. RGB value is (252,85,90). Sum of RGB (Red+Green+Blue) = 252+85+90=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC555A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC555A is #03AAA5. Grayscale: #878787. Windows color (decimal): -240294 or 5920252. OLE color: 5920252.

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

Color convert

RGB 252 85 90 -
CMYK 0 0.66 0.64 0.01
HSL 358.2º 0.97% 0.66% -
HSV(B) 358.2º 0.66% 0.99% -
XYZ 45.24 27.93 12.68 -
YUV 135.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 252 85 90 0 0.66 0.64 0.01 358.2 0.97 0.66
Hex FC 55 5A 0 42 40 1 166 61 42
Octal 374 125 132 0 102 100 1 546 141 102
Binary 11111100 1010101 1011010 0 1000010 1000000 1 101100110 1100001 1000010

Color Harmonies of #FC555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC555A

Black with #FC555A

Text Example


Text Example

White with #FC555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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