Html Css Color HEX #FF5361 Wild Watermelon

📋 copy color: '#FF5361'

red 255 ◦ green 83 ◦ blue 97

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

Shades of Wild Watermelon #FF5361

Tints of Wild Watermelon #FF5361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.08%

 BLUE value IS 97 (38.28% from 255) = 22.3%

R = 58.62%
G = 19.08%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF5361 (or 0xFF5361) is known color: Wild Watermelon. HEX triplet: FF, 53 and 61. RGB value is (255,83,97). Sum of RGB (Red+Green+Blue) = 255+83+97=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5361 is #00AC9E. Grayscale: #888888. Windows color (decimal): -44191 or 6378495. OLE color: 6378495.

HSL color Cylindrical-coordinate representation of color #FF5361: hue angle of 355.12º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5361 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 83 97 -
CMYK 0 0.67 0.62 0
HSL 355.12º 1% 0.66% -
HSV(B) 355.12º 0.67% 1% -
XYZ 46.49 28.31 14.32 -
YUV 136.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 255 83 97 0 0.67 0.62 0 355.12 1 0.66
Hex FF 53 61 0 43 3E 0 163 64 42
Octal 377 123 141 0 103 76 0 543 144 102
Binary 11111111 1010011 1100001 0 1000011 111110 0 101100011 1100100 1000010

Color Harmonies of #FF5361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5361

Black with #FF5361

Text Example


Text Example

White with #FF5361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5361; }

 p { color: rgb(255,83,97); }

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

background-color css

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

 a { background-color: rgb(255,83,97); }

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

border-color css

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

 span { border-color: rgb(255,83,97); }

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