Html Css Color HEX #FF555A Wild Watermelon

📋 copy color: '#FF555A'

red 255 ◦ green 85 ◦ blue 90

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

Shades of Wild Watermelon #FF555A

Tints of Wild Watermelon #FF555A

RGB

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

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

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

R = 59.3%
G = 19.77%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF555A (or 0xFF555A) is known color: Wild Watermelon. HEX triplet: FF, 55 and 5A. RGB value is (255,85,90). Sum of RGB (Red+Green+Blue) = 255+85+90=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF555A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF555A is #00AAA5. Grayscale: #888888. Windows color (decimal): -43686 or 5920255. OLE color: 5920255.

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

Color convert

RGB 255 85 90 -
CMYK 0 0.67 0.65 0
HSL 358.24º 1% 0.67% -
HSV(B) 358.24º 0.67% 1% -
XYZ 46.33 28.5 12.73 -
YUV 136.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 255 85 90 0 0.67 0.65 0 358.24 1 0.67
Hex FF 55 5A 0 43 41 0 166 64 43
Octal 377 125 132 0 103 101 0 546 144 103
Binary 11111111 1010101 1011010 0 1000011 1000001 0 101100110 1100100 1000011

Color Harmonies of #FF555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF555A

Black with #FF555A

Text Example


Text Example

White with #FF555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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