Html Css Color HEX #FF5D66 Wild Watermelon

📋 copy color: '#FF5D66'

red 255 ◦ green 93 ◦ blue 102

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

Shades of Wild Watermelon #FF5D66

Tints of Wild Watermelon #FF5D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.67%

R = 56.67%
G = 20.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF5D66 (or 0xFF5D66) is known color: Wild Watermelon. HEX triplet: FF, 5D and 66. RGB value is (255,93,102). Sum of RGB (Red+Green+Blue) = 255+93+102=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D66 is #00A299. Grayscale: #8E8E8E. Windows color (decimal): -41626 or 6708735. OLE color: 6708735.

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

Color convert

RGB 255 93 102 -
CMYK 0 0.64 0.6 0
HSL 356.67º 1% 0.68% -
HSV(B) 356.67º 0.64% 1% -
XYZ 47.55 30.05 15.86 -
YUV 142.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 255 93 102 0 0.64 0.6 0 356.67 1 0.68
Hex FF 5D 66 0 40 3C 0 165 64 44
Octal 377 135 146 0 100 74 0 545 144 104
Binary 11111111 1011101 1100110 0 1000000 111100 0 101100101 1100100 1000100

Color Harmonies of #FF5D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D66

Black with #FF5D66

Text Example


Text Example

White with #FF5D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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