Html Css Color HEX #FF5D70 Wild Watermelon

📋 copy color: '#FF5D70'

red 255 ◦ green 93 ◦ blue 112

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

Shades of Wild Watermelon #FF5D70

Tints of Wild Watermelon #FF5D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.35%

R = 55.43%
G = 20.22%
B = 24.35%

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

#FF5D70 (or 0xFF5D70) is known color: Wild Watermelon. HEX triplet: FF, 5D and 70. RGB value is (255,93,112). Sum of RGB (Red+Green+Blue) = 255+93+112=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D70 is #00A28F. Grayscale: #8F8F8F. Windows color (decimal): -41616 or 7364095. OLE color: 7364095.

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

Color convert

RGB 255 93 112 -
CMYK 0 0.64 0.56 0
HSL 352.96º 1% 0.68% -
HSV(B) 352.96º 0.64% 1% -
XYZ 48.08 30.26 18.64 -
YUV 143.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 255 93 112 0 0.64 0.56 0 352.96 1 0.68
Hex FF 5D 70 0 40 38 0 161 64 44
Octal 377 135 160 0 100 70 0 541 144 104
Binary 11111111 1011101 1110000 0 1000000 111000 0 101100001 1100100 1000100

Color Harmonies of #FF5D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D70

Black with #FF5D70

Text Example


Text Example

White with #FF5D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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