Html Css Color HEX #FA6079 Wild Watermelon

📋 copy color: '#FA6079'

red 250 ◦ green 96 ◦ blue 121

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

Shades of Wild Watermelon #FA6079

Tints of Wild Watermelon #FA6079

RGB

 RED value IS 250 (98.05% from 255) = 53.53%

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

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

R = 53.53%
G = 20.56%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA6079 (or 0xFA6079) is known color: Wild Watermelon. HEX triplet: FA, 60 and 79. RGB value is (250,96,121). Sum of RGB (Red+Green+Blue) = 250+96+121=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6079 is #059F86. Grayscale: #909090. Windows color (decimal): -368519 or 7954682. OLE color: 7954682.

HSL color Cylindrical-coordinate representation of color #FA6079: hue angle of 350.26º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA6079 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 96 121 -
CMYK 0 0.62 0.52 0.02
HSL 350.26º 0.94% 0.68% -
HSV(B) 350.26º 0.62% 0.98% -
XYZ 47.06 30.07 21.41 -
YUV 144.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 250 96 121 0 0.62 0.52 0.02 350.26 0.94 0.68
Hex FA 60 79 0 3E 34 2 15E 5E 44
Octal 372 140 171 0 76 64 2 536 136 104
Binary 11111010 1100000 1111001 0 111110 110100 10 101011110 1011110 1000100

Color Harmonies of #FA6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6079

Black with #FA6079

Text Example


Text Example

White with #FA6079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6079; }

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

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

background-color css

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

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

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

border-color css

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

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

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