Html Css Color HEX #FA5668 Wild Watermelon

📋 copy color: '#FA5668'

red 250 ◦ green 86 ◦ blue 104

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

Shades of Wild Watermelon #FA5668

Tints of Wild Watermelon #FA5668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.55%

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 56.82%
G = 19.55%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA5668 (or 0xFA5668) is known color: Wild Watermelon. HEX triplet: FA, 56 and 68. RGB value is (250,86,104). Sum of RGB (Red+Green+Blue) = 250+86+104=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5668 is #05A997. Grayscale: #898989. Windows color (decimal): -371096 or 6838010. OLE color: 6838010.

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

Color convert

RGB 250 86 104 -
CMYK 0 0.66 0.58 0.02
HSL 353.41º 0.94% 0.66% -
HSV(B) 353.41º 0.66% 0.98% -
XYZ 45.25 27.98 16.11 -
YUV 137.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 250 86 104 0 0.66 0.58 0.02 353.41 0.94 0.66
Hex FA 56 68 0 42 3A 2 161 5E 42
Octal 372 126 150 0 102 72 2 541 136 102
Binary 11111010 1010110 1101000 0 1000010 111010 10 101100001 1011110 1000010

Color Harmonies of #FA5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5668

Black with #FA5668

Text Example


Text Example

White with #FA5668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5668; }

 p { color: rgb(250,86,104); }

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

background-color css

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

 a { background-color: rgb(250,86,104); }

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

border-color css

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

 span { border-color: rgb(250,86,104); }

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