Html Css Color HEX #FF5382 Wild Watermelon

📋 copy color: '#FF5382'

red 255 ◦ green 83 ◦ blue 130

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

Shades of Wild Watermelon #FF5382

Tints of Wild Watermelon #FF5382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.78%

R = 54.49%
G = 17.74%
B = 27.78%

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

#FF5382 (or 0xFF5382) is known color: Wild Watermelon. HEX triplet: FF, 53 and 82. RGB value is (255,83,130). Sum of RGB (Red+Green+Blue) = 255+83+130=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5382 is #00AC7D. Grayscale: #8B8B8B. Windows color (decimal): -44158 or 8541183. OLE color: 8541183.

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

Color convert

RGB 255 83 130 -
CMYK 0 0.67 0.49 0
HSL 343.6º 1% 0.66% -
HSV(B) 343.6º 0.67% 1% -
XYZ 48.36 29.06 24.18 -
YUV 139.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 255 83 130 0 0.67 0.49 0 343.6 1 0.66
Hex FF 53 82 0 43 31 0 158 64 42
Octal 377 123 202 0 103 61 0 530 144 102
Binary 11111111 1010011 10000010 0 1000011 110001 0 101011000 1100100 1000010

Color Harmonies of #FF5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5382

Black with #FF5382

Text Example


Text Example

White with #FF5382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5382; }

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

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

background-color css

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

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

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

border-color css

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

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

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