Html Css Color HEX #FA5E68 Wild Watermelon

📋 copy color: '#FA5E68'

red 250 ◦ green 94 ◦ blue 104

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

Shades of Wild Watermelon #FA5E68

Tints of Wild Watermelon #FA5E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.98%

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

R = 55.8%
G = 20.98%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA5E68 (or 0xFA5E68) is known color: Wild Watermelon. HEX triplet: FA, 5E and 68. RGB value is (250,94,104). Sum of RGB (Red+Green+Blue) = 250+94+104=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E68 is #05A197. Grayscale: #8D8D8D. Windows color (decimal): -369048 or 6840058. OLE color: 6840058.

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

Color convert

RGB 250 94 104 -
CMYK 0 0.62 0.58 0.02
HSL 356.15º 0.94% 0.67% -
HSV(B) 356.15º 0.62% 0.98% -
XYZ 45.93 29.33 16.34 -
YUV 141.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 250 94 104 0 0.62 0.58 0.02 356.15 0.94 0.67
Hex FA 5E 68 0 3E 3A 2 164 5E 43
Octal 372 136 150 0 76 72 2 544 136 103
Binary 11111010 1011110 1101000 0 111110 111010 10 101100100 1011110 1000011

Color Harmonies of #FA5E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E68

Black with #FA5E68

Text Example


Text Example

White with #FA5E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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