Html Css Color HEX #FF5D7C Wild Watermelon

📋 copy color: '#FF5D7C'

red 255 ◦ green 93 ◦ blue 124

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

Shades of Wild Watermelon #FF5D7C

Tints of Wild Watermelon #FF5D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.27%

R = 54.03%
G = 19.7%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF5D7C (or 0xFF5D7C) is known color: Wild Watermelon. HEX triplet: FF, 5D and 7C. RGB value is (255,93,124). Sum of RGB (Red+Green+Blue) = 255+93+124=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D7C is #00A283. Grayscale: #919191. Windows color (decimal): -41604 or 8150527. OLE color: 8150527.

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

Color convert

RGB 255 93 124 -
CMYK 0 0.64 0.51 0
HSL 348.52º 1% 0.68% -
HSV(B) 348.52º 0.64% 1% -
XYZ 48.79 30.54 22.39 -
YUV 144.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 255 93 124 0 0.64 0.51 0 348.52 1 0.68
Hex FF 5D 7C 0 40 33 0 15D 64 44
Octal 377 135 174 0 100 63 0 535 144 104
Binary 11111111 1011101 1111100 0 1000000 110011 0 101011101 1100100 1000100

Color Harmonies of #FF5D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D7C

Black with #FF5D7C

Text Example


Text Example

White with #FF5D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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