Html Css Color HEX #FF5062 Wild Watermelon

📋 copy color: '#FF5062'

red 255 ◦ green 80 ◦ blue 98

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

Shades of Wild Watermelon #FF5062

Tints of Wild Watermelon #FF5062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.48%

 BLUE value IS 98 (38.67% from 255) = 22.63%

R = 58.89%
G = 18.48%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF5062 (or 0xFF5062) is known color: Wild Watermelon. HEX triplet: FF, 50 and 62. RGB value is (255,80,98). Sum of RGB (Red+Green+Blue) = 255+80+98=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5062 is #00AF9D. Grayscale: #868686. Windows color (decimal): -44958 or 6443263. OLE color: 6443263.

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

Color convert

RGB 255 80 98 -
CMYK 0 0.69 0.62 0
HSL 353.83º 1% 0.66% -
HSV(B) 353.83º 0.69% 1% -
XYZ 46.31 27.88 14.5 -
YUV 134.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 255 80 98 0 0.69 0.62 0 353.83 1 0.66
Hex FF 50 62 0 45 3E 0 162 64 42
Octal 377 120 142 0 105 76 0 542 144 102
Binary 11111111 1010000 1100010 0 1000101 111110 0 101100010 1100100 1000010

Color Harmonies of #FF5062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5062

Black with #FF5062

Text Example


Text Example

White with #FF5062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5062; }

 p { color: rgb(255,80,98); }

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

background-color css

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

 a { background-color: rgb(255,80,98); }

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

border-color css

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

 span { border-color: rgb(255,80,98); }

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