Html Css Color HEX #FF557B Wild Watermelon

📋 copy color: '#FF557B'

red 255 ◦ green 85 ◦ blue 123

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

Shades of Wild Watermelon #FF557B

Tints of Wild Watermelon #FF557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 55.08%
G = 18.36%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF557B (or 0xFF557B) is known color: Wild Watermelon. HEX triplet: FF, 55 and 7B. RGB value is (255,85,123). Sum of RGB (Red+Green+Blue) = 255+85+123=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF557B is #00AA84. Grayscale: #8C8C8C. Windows color (decimal): -43653 or 8082943. OLE color: 8082943.

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

Color convert

RGB 255 85 123 -
CMYK 0 0.67 0.52 0
HSL 346.59º 1% 0.67% -
HSV(B) 346.59º 0.67% 1% -
XYZ 48.06 29.19 21.84 -
YUV 140.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 255 85 123 0 0.67 0.52 0 346.59 1 0.67
Hex FF 55 7B 0 43 34 0 15B 64 43
Octal 377 125 173 0 103 64 0 533 144 103
Binary 11111111 1010101 1111011 0 1000011 110100 0 101011011 1100100 1000011

Color Harmonies of #FF557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF557B

Black with #FF557B

Text Example


Text Example

White with #FF557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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