Html Css Color HEX #FF5D6A Wild Watermelon

📋 copy color: '#FF5D6A'

red 255 ◦ green 93 ◦ blue 106

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

Shades of Wild Watermelon #FF5D6A

Tints of Wild Watermelon #FF5D6A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.48%

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

R = 56.17%
G = 20.48%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF5D6A (or 0xFF5D6A) is known color: Wild Watermelon. HEX triplet: FF, 5D and 6A. RGB value is (255,93,106). Sum of RGB (Red+Green+Blue) = 255+93+106=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D6A is #00A295. Grayscale: #8F8F8F. Windows color (decimal): -41622 or 6970879. OLE color: 6970879.

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

Color convert

RGB 255 93 106 -
CMYK 0 0.64 0.58 0
HSL 355.19º 1% 0.68% -
HSV(B) 355.19º 0.64% 1% -
XYZ 47.76 30.13 16.93 -
YUV 142.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 255 93 106 0 0.64 0.58 0 355.19 1 0.68
Hex FF 5D 6A 0 40 3A 0 163 64 44
Octal 377 135 152 0 100 72 0 543 144 104
Binary 11111111 1011101 1101010 0 1000000 111010 0 101100011 1100100 1000100

Color Harmonies of #FF5D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D6A

Black with #FF5D6A

Text Example


Text Example

White with #FF5D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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