Html Css Color HEX #FE6079 Wild Watermelon

📋 copy color: '#FE6079'

red 254 ◦ green 96 ◦ blue 121

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

Shades of Wild Watermelon #FE6079

Tints of Wild Watermelon #FE6079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.38%

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 53.93%
G = 20.38%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE6079 (or 0xFE6079) is known color: Wild Watermelon. HEX triplet: FE, 60 and 79. RGB value is (254,96,121). Sum of RGB (Red+Green+Blue) = 254+96+121=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6079 is #019F86. Grayscale: #929292. Windows color (decimal): -106375 or 7954686. OLE color: 7954686.

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

Color convert

RGB 254 96 121 -
CMYK 0 0.62 0.52 0.00
HSL 350.51º 0.99% 0.69% -
HSV(B) 350.51º 0.62% 1% -
XYZ 48.51 30.82 21.48 -
YUV 146.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 254 96 121 0 0.62 0.52 0.00 350.51 0.99 0.69
Hex FE 60 79 0 3E 34 0 15F 63 45
Octal 376 140 171 0 76 64 0 537 143 105
Binary 11111110 1100000 1111001 0 111110 110100 0 101011111 1100011 1000101

Color Harmonies of #FE6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6079

Black with #FE6079

Text Example


Text Example

White with #FE6079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6079; }

 p { color: rgb(254,96,121); }

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

background-color css

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

 a { background-color: rgb(254,96,121); }

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

border-color css

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

 span { border-color: rgb(254,96,121); }

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