Html Css Color HEX #FF5381 Wild Watermelon

📋 copy color: '#FF5381'

red 255 ◦ green 83 ◦ blue 129

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

Shades of Wild Watermelon #FF5381

Tints of Wild Watermelon #FF5381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.62%

R = 54.6%
G = 17.77%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF5381 (or 0xFF5381) is known color: Wild Watermelon. HEX triplet: FF, 53 and 81. RGB value is (255,83,129). Sum of RGB (Red+Green+Blue) = 255+83+129=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5381 is #00AC7E. Grayscale: #8B8B8B. Windows color (decimal): -44159 or 8475647. OLE color: 8475647.

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

Color convert

RGB 255 83 129 -
CMYK 0 0.67 0.49 0
HSL 343.95º 1% 0.66% -
HSV(B) 343.95º 0.67% 1% -
XYZ 48.3 29.03 23.83 -
YUV 139.67 121.98 210.26 -
System Red Green Blue C M Y K H S L
Decimal 255 83 129 0 0.67 0.49 0 343.95 1 0.66
Hex FF 53 81 0 43 31 0 158 64 42
Octal 377 123 201 0 103 61 0 530 144 102
Binary 11111111 1010011 10000001 0 1000011 110001 0 101011000 1100100 1000010

Color Harmonies of #FF5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5381

Black with #FF5381

Text Example


Text Example

White with #FF5381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5381; }

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

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

background-color css

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

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

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

border-color css

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

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

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