Html Css Color HEX #FA6473 Wild Watermelon

📋 copy color: '#FA6473'

red 250 ◦ green 100 ◦ blue 115

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

Shades of Wild Watermelon #FA6473

Tints of Wild Watermelon #FA6473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.73%

R = 53.76%
G = 21.51%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA6473 (or 0xFA6473) is known color: Wild Watermelon. HEX triplet: FA, 64 and 73. RGB value is (250,100,115). Sum of RGB (Red+Green+Blue) = 250+100+115=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6473 is #059B8C. Grayscale: #929292. Windows color (decimal): -367501 or 7562490. OLE color: 7562490.

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

Color convert

RGB 250 100 115 -
CMYK 0 0.6 0.54 0.02
HSL 354º 0.94% 0.69% -
HSV(B) 354º 0.6% 0.98% -
XYZ 47.08 30.68 19.66 -
YUV 146.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 250 100 115 0 0.6 0.54 0.02 354 0.94 0.69
Hex FA 64 73 0 3C 36 2 162 5E 45
Octal 372 144 163 0 74 66 2 542 136 105
Binary 11111010 1100100 1110011 0 111100 110110 10 101100010 1011110 1000101

Color Harmonies of #FA6473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6473

Black with #FA6473

Text Example


Text Example

White with #FA6473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6473; }

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

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

background-color css

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

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

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

border-color css

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

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

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