Html Css Color HEX #FA6477 Wild Watermelon

📋 copy color: '#FA6477'

red 250 ◦ green 100 ◦ blue 119

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

Shades of Wild Watermelon #FA6477

Tints of Wild Watermelon #FA6477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.32%

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

R = 53.3%
G = 21.32%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA6477 (or 0xFA6477) is known color: Wild Watermelon. HEX triplet: FA, 64 and 77. RGB value is (250,100,119). Sum of RGB (Red+Green+Blue) = 250+100+119=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6477 is #059B88. Grayscale: #939393. Windows color (decimal): -367497 or 7824634. OLE color: 7824634.

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

Color convert

RGB 250 100 119 -
CMYK 0 0.6 0.52 0.02
HSL 352.4º 0.94% 0.69% -
HSV(B) 352.4º 0.6% 0.98% -
XYZ 47.31 30.77 20.9 -
YUV 147.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 250 100 119 0 0.6 0.52 0.02 352.4 0.94 0.69
Hex FA 64 77 0 3C 34 2 160 5E 45
Octal 372 144 167 0 74 64 2 540 136 105
Binary 11111010 1100100 1110111 0 111100 110100 10 101100000 1011110 1000101

Color Harmonies of #FA6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6477

Black with #FA6477

Text Example


Text Example

White with #FA6477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6477; }

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

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

background-color css

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

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

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

border-color css

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

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

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