Html Css Color HEX #FA6077 Wild Watermelon

📋 copy color: '#FA6077'

red 250 ◦ green 96 ◦ blue 119

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

Shades of Wild Watermelon #FA6077

Tints of Wild Watermelon #FA6077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 53.76%
G = 20.65%
B = 25.59%

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

#FA6077 (or 0xFA6077) is known color: Wild Watermelon. HEX triplet: FA, 60 and 77. RGB value is (250,96,119). Sum of RGB (Red+Green+Blue) = 250+96+119=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6077 is #059F88. Grayscale: #909090. Windows color (decimal): -368521 or 7823610. OLE color: 7823610.

HSL color Cylindrical-coordinate representation of color #FA6077: hue angle of 351.04º 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 #FA6077 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 96 119 -
CMYK 0 0.62 0.52 0.02
HSL 351.04º 0.94% 0.68% -
HSV(B) 351.04º 0.62% 0.98% -
XYZ 46.94 30.02 20.77 -
YUV 144.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 250 96 119 0 0.62 0.52 0.02 351.04 0.94 0.68
Hex FA 60 77 0 3E 34 2 15F 5E 44
Octal 372 140 167 0 76 64 2 537 136 104
Binary 11111010 1100000 1110111 0 111110 110100 10 101011111 1011110 1000100

Color Harmonies of #FA6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6077

Black with #FA6077

Text Example


Text Example

White with #FA6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6077; }

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

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

background-color css

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

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

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

border-color css

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

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

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