Html Css Color HEX #FA6370 Wild Watermelon

📋 copy color: '#FA6370'

red 250 ◦ green 99 ◦ blue 112

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

Shades of Wild Watermelon #FA6370

Tints of Wild Watermelon #FA6370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.48%

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 54.23%
G = 21.48%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA6370 (or 0xFA6370) is known color: Wild Watermelon. HEX triplet: FA, 63 and 70. RGB value is (250,99,112). Sum of RGB (Red+Green+Blue) = 250+99+112=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6370 is #059C8F. Grayscale: #919191. Windows color (decimal): -367760 or 7365626. OLE color: 7365626.

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

Color convert

RGB 250 99 112 -
CMYK 0 0.60 0.55 0.02
HSL 354.83º 0.94% 0.68% -
HSV(B) 354.83º 0.6% 0.98% -
XYZ 46.81 30.42 18.73 -
YUV 145.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 250 99 112 0 0.60 0.55 0.02 354.83 0.94 0.68
Hex FA 63 70 0 3C 37 2 163 5E 44
Octal 372 143 160 0 74 67 2 543 136 104
Binary 11111010 1100011 1110000 0 111100 110111 10 101100011 1011110 1000100

Color Harmonies of #FA6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6370

Black with #FA6370

Text Example


Text Example

White with #FA6370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6370; }

 p { color: rgb(250,99,112); }

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

background-color css

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

 a { background-color: rgb(250,99,112); }

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

border-color css

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

 span { border-color: rgb(250,99,112); }

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