Html Css Color HEX #FE496B Wild Watermelon

📋 copy color: '#FE496B'

red 254 ◦ green 73 ◦ blue 107

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

Shades of Wild Watermelon #FE496B

Tints of Wild Watermelon #FE496B

RGB

 RED value IS 254 (99.61% from 255) = 58.53%

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

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

R = 58.53%
G = 16.82%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE496B (or 0xFE496B) is known color: Wild Watermelon. HEX triplet: FE, 49 and 6B. RGB value is (254,73,107). Sum of RGB (Red+Green+Blue) = 254+73+107=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE496B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE496B is #01B694. Grayscale: #838383. Windows color (decimal): -112277 or 7031294. OLE color: 7031294.

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

Color convert

RGB 254 73 107 -
CMYK 0 0.71 0.58 0.00
HSL 348.73º 0.99% 0.64% -
HSV(B) 348.73º 0.71% 1% -
XYZ 45.91 26.9 16.68 -
YUV 131 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 254 73 107 0 0.71 0.58 0.00 348.73 0.99 0.64
Hex FE 49 6B 0 47 3A 0 15D 63 40
Octal 376 111 153 0 107 72 0 535 143 100
Binary 11111110 1001001 1101011 0 1000111 111010 0 101011101 1100011 1000000

Color Harmonies of #FE496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE496B

Black with #FE496B

Text Example


Text Example

White with #FE496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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