Html Css Color HEX #FF5A6F Wild Watermelon

📋 copy color: '#FF5A6F'

red 255 ◦ green 90 ◦ blue 111

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

Shades of Wild Watermelon #FF5A6F

Tints of Wild Watermelon #FF5A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.34%

R = 55.92%
G = 19.74%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF5A6F (or 0xFF5A6F) is known color: Wild Watermelon. HEX triplet: FF, 5A and 6F. RGB value is (255,90,111). Sum of RGB (Red+Green+Blue) = 255+90+111=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A6F is #00A590. Grayscale: #8D8D8D. Windows color (decimal): -42385 or 7297791. OLE color: 7297791.

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

Color convert

RGB 255 90 111 -
CMYK 0 0.65 0.56 0
HSL 352.36º 1% 0.68% -
HSV(B) 352.36º 0.65% 1% -
XYZ 47.77 29.72 18.26 -
YUV 141.73 110.66 208.79 -
System Red Green Blue C M Y K H S L
Decimal 255 90 111 0 0.65 0.56 0 352.36 1 0.68
Hex FF 5A 6F 0 41 38 0 160 64 44
Octal 377 132 157 0 101 70 0 540 144 104
Binary 11111111 1011010 1101111 0 1000001 111000 0 101100000 1100100 1000100

Color Harmonies of #FF5A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A6F

Black with #FF5A6F

Text Example


Text Example

White with #FF5A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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