Html Css Color HEX #FA6972 Wild Watermelon

📋 copy color: '#FA6972'

red 250 ◦ green 105 ◦ blue 114

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

Shades of Wild Watermelon #FA6972

Tints of Wild Watermelon #FA6972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.39%

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 53.3%
G = 22.39%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA6972 (or 0xFA6972) is known color: Wild Watermelon. HEX triplet: FA, 69 and 72. RGB value is (250,105,114). Sum of RGB (Red+Green+Blue) = 250+105+114=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6972 is #05968D. Grayscale: #959595. Windows color (decimal): -366222 or 7498234. OLE color: 7498234.

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

Color convert

RGB 250 105 114 -
CMYK 0 0.58 0.54 0.02
HSL 356.28º 0.94% 0.7% -
HSV(B) 356.28º 0.58% 0.98% -
XYZ 47.51 31.64 19.52 -
YUV 149.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 250 105 114 0 0.58 0.54 0.02 356.28 0.94 0.7
Hex FA 69 72 0 3A 36 2 164 5E 46
Octal 372 151 162 0 72 66 2 544 136 106
Binary 11111010 1101001 1110010 0 111010 110110 10 101100100 1011110 1000110

Color Harmonies of #FA6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6972

Black with #FA6972

Text Example


Text Example

White with #FA6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6972; }

 p { color: rgb(250,105,114); }

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

background-color css

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

 a { background-color: rgb(250,105,114); }

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

border-color css

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

 span { border-color: rgb(250,105,114); }

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