Html Css Color HEX #FF5D6F Wild Watermelon

📋 copy color: '#FF5D6F'

red 255 ◦ green 93 ◦ blue 111

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

Shades of Wild Watermelon #FF5D6F

Tints of Wild Watermelon #FF5D6F

RGB

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

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

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

R = 55.56%
G = 20.26%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF5D6F (or 0xFF5D6F) is known color: Wild Watermelon. HEX triplet: FF, 5D and 6F. RGB value is (255,93,111). Sum of RGB (Red+Green+Blue) = 255+93+111=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D6F is #00A290. Grayscale: #8F8F8F. Windows color (decimal): -41617 or 7298559. OLE color: 7298559.

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

Color convert

RGB 255 93 111 -
CMYK 0 0.64 0.56 0
HSL 353.33º 1% 0.68% -
HSV(B) 353.33º 0.64% 1% -
XYZ 48.02 30.24 18.34 -
YUV 143.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 255 93 111 0 0.64 0.56 0 353.33 1 0.68
Hex FF 5D 6F 0 40 38 0 161 64 44
Octal 377 135 157 0 100 70 0 541 144 104
Binary 11111111 1011101 1101111 0 1000000 111000 0 101100001 1100100 1000100

Color Harmonies of #FF5D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D6F

Black with #FF5D6F

Text Example


Text Example

White with #FF5D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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