Html Css Color HEX #FF5066 Wild Watermelon

📋 copy color: '#FF5066'

red 255 ◦ green 80 ◦ blue 102

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

Shades of Wild Watermelon #FF5066

Tints of Wild Watermelon #FF5066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.34%

R = 58.35%
G = 18.31%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF5066 (or 0xFF5066) is known color: Wild Watermelon. HEX triplet: FF, 50 and 66. RGB value is (255,80,102). Sum of RGB (Red+Green+Blue) = 255+80+102=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5066 is #00AF99. Grayscale: #868686. Windows color (decimal): -44954 or 6705407. OLE color: 6705407.

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

Color convert

RGB 255 80 102 -
CMYK 0 0.69 0.6 0
HSL 352.46º 1% 0.66% -
HSV(B) 352.46º 0.69% 1% -
XYZ 46.51 27.96 15.52 -
YUV 134.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 255 80 102 0 0.69 0.6 0 352.46 1 0.66
Hex FF 50 66 0 45 3C 0 160 64 42
Octal 377 120 146 0 105 74 0 540 144 102
Binary 11111111 1010000 1100110 0 1000101 111100 0 101100000 1100100 1000010

Color Harmonies of #FF5066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5066

Black with #FF5066

Text Example


Text Example

White with #FF5066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5066; }

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

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

background-color css

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

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

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

border-color css

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

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

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