Html Css Color HEX #FF496B Wild Watermelon

📋 copy color: '#FF496B'

red 255 ◦ green 73 ◦ blue 107

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

Shades of Wild Watermelon #FF496B

Tints of Wild Watermelon #FF496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

 BLUE value IS 107 (42.19% from 255) = 24.6%

R = 58.62%
G = 16.78%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF496B (or 0xFF496B) is known color: Wild Watermelon. HEX triplet: FF, 49 and 6B. RGB value is (255,73,107). Sum of RGB (Red+Green+Blue) = 255+73+107=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF496B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF496B is #00B694. Grayscale: #838383. Windows color (decimal): -46741 or 7031295. OLE color: 7031295.

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

Color convert

RGB 255 73 107 -
CMYK 0 0.71 0.58 0
HSL 348.79º 1% 0.64% -
HSV(B) 348.79º 0.71% 1% -
XYZ 46.28 27.09 16.7 -
YUV 131.29 114.3 216.24 -
System Red Green Blue C M Y K H S L
Decimal 255 73 107 0 0.71 0.58 0 348.79 1 0.64
Hex FF 49 6B 0 47 3A 0 15D 64 40
Octal 377 111 153 0 107 72 0 535 144 100
Binary 11111111 1001001 1101011 0 1000111 111010 0 101011101 1100100 1000000

Color Harmonies of #FF496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF496B

Black with #FF496B

Text Example


Text Example

White with #FF496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF496B; }

 p { color: rgb(255,73,107); }

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

background-color css

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

 a { background-color: rgb(255,73,107); }

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

border-color css

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

 span { border-color: rgb(255,73,107); }

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