Html Css Color HEX #FF556A Wild Watermelon

📋 copy color: '#FF556A'

red 255 ◦ green 85 ◦ blue 106

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

Shades of Wild Watermelon #FF556A

Tints of Wild Watermelon #FF556A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.77%

R = 57.17%
G = 19.06%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF556A (or 0xFF556A) is known color: Wild Watermelon. HEX triplet: FF, 55 and 6A. RGB value is (255,85,106). Sum of RGB (Red+Green+Blue) = 255+85+106=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF556A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF556A is #00AA95. Grayscale: #8A8A8A. Windows color (decimal): -43670 or 6968831. OLE color: 6968831.

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

Color convert

RGB 255 85 106 -
CMYK 0 0.67 0.58 0
HSL 352.59º 1% 0.67% -
HSV(B) 352.59º 0.67% 1% -
XYZ 47.09 28.8 16.71 -
YUV 138.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 255 85 106 0 0.67 0.58 0 352.59 1 0.67
Hex FF 55 6A 0 43 3A 0 161 64 43
Octal 377 125 152 0 103 72 0 541 144 103
Binary 11111111 1010101 1101010 0 1000011 111010 0 101100001 1100100 1000011

Color Harmonies of #FF556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF556A

Black with #FF556A

Text Example


Text Example

White with #FF556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF556A; }

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

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

background-color css

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

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

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

border-color css

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

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

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