Html Css Color HEX #FF5A6A Wild Watermelon

📋 copy color: '#FF5A6A'

red 255 ◦ green 90 ◦ blue 106

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

Shades of Wild Watermelon #FF5A6A

Tints of Wild Watermelon #FF5A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.96%

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

R = 56.54%
G = 19.96%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF5A6A (or 0xFF5A6A) is known color: Wild Watermelon. HEX triplet: FF, 5A and 6A. RGB value is (255,90,106). Sum of RGB (Red+Green+Blue) = 255+90+106=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A6A is #00A595. Grayscale: #8D8D8D. Windows color (decimal): -42390 or 6970111. OLE color: 6970111.

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

Color convert

RGB 255 90 106 -
CMYK 0 0.65 0.58 0
HSL 354.18º 1% 0.68% -
HSV(B) 354.18º 0.65% 1% -
XYZ 47.5 29.61 16.85 -
YUV 141.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 255 90 106 0 0.65 0.58 0 354.18 1 0.68
Hex FF 5A 6A 0 41 3A 0 162 64 44
Octal 377 132 152 0 101 72 0 542 144 104
Binary 11111111 1011010 1101010 0 1000001 111010 0 101100010 1100100 1000100

Color Harmonies of #FF5A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A6A

Black with #FF5A6A

Text Example


Text Example

White with #FF5A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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