Html Css Color HEX #FF5D6C Wild Watermelon

📋 copy color: '#FF5D6C'

red 255 ◦ green 93 ◦ blue 108

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

Shades of Wild Watermelon #FF5D6C

Tints of Wild Watermelon #FF5D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.68%

R = 55.92%
G = 20.39%
B = 23.68%

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

#FF5D6C (or 0xFF5D6C) is known color: Wild Watermelon. HEX triplet: FF, 5D and 6C. RGB value is (255,93,108). Sum of RGB (Red+Green+Blue) = 255+93+108=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D6C is #00A293. Grayscale: #8F8F8F. Windows color (decimal): -41620 or 7101951. OLE color: 7101951.

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

Color convert

RGB 255 93 108 -
CMYK 0 0.64 0.58 0
HSL 354.44º 1% 0.68% -
HSV(B) 354.44º 0.64% 1% -
XYZ 47.86 30.17 17.49 -
YUV 143.15 108.17 207.78 -
System Red Green Blue C M Y K H S L
Decimal 255 93 108 0 0.64 0.58 0 354.44 1 0.68
Hex FF 5D 6C 0 40 3A 0 162 64 44
Octal 377 135 154 0 100 72 0 542 144 104
Binary 11111111 1011101 1101100 0 1000000 111010 0 101100010 1100100 1000100

Color Harmonies of #FF5D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D6C

Black with #FF5D6C

Text Example


Text Example

White with #FF5D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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