Html Css Color HEX #FF555C Wild Watermelon

📋 copy color: '#FF555C'

red 255 ◦ green 85 ◦ blue 92

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

Shades of Wild Watermelon #FF555C

Tints of Wild Watermelon #FF555C

RGB

 RED value IS 255 (100% from 255) = 59.03%

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

 BLUE value IS 92 (36.33% from 255) = 21.3%

R = 59.03%
G = 19.68%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF555C (or 0xFF555C) is known color: Wild Watermelon. HEX triplet: FF, 55 and 5C. RGB value is (255,85,92). Sum of RGB (Red+Green+Blue) = 255+85+92=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF555C is #00AAA3. Grayscale: #888888. Windows color (decimal): -43684 or 6051327. OLE color: 6051327.

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

Color convert

RGB 255 85 92 -
CMYK 0 0.67 0.64 0
HSL 357.53º 1% 0.67% -
HSV(B) 357.53º 0.67% 1% -
XYZ 46.42 28.53 13.19 -
YUV 136.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 255 85 92 0 0.67 0.64 0 357.53 1 0.67
Hex FF 55 5C 0 43 40 0 166 64 43
Octal 377 125 134 0 103 100 0 546 144 103
Binary 11111111 1010101 1011100 0 1000011 1000000 0 101100110 1100100 1000011

Color Harmonies of #FF555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF555C

Black with #FF555C

Text Example


Text Example

White with #FF555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF555C; }

 p { color: rgb(255,85,92); }

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

background-color css

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

 a { background-color: rgb(255,85,92); }

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

border-color css

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

 span { border-color: rgb(255,85,92); }

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