Html Css Color HEX #FA5E66 Wild Watermelon

📋 copy color: '#FA5E66'

red 250 ◦ green 94 ◦ blue 102

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

Shades of Wild Watermelon #FA5E66

Tints of Wild Watermelon #FA5E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.87%

R = 56.05%
G = 21.08%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA5E66 (or 0xFA5E66) is known color: Wild Watermelon. HEX triplet: FA, 5E and 66. RGB value is (250,94,102). Sum of RGB (Red+Green+Blue) = 250+94+102=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E66 is #05A199. Grayscale: #8D8D8D. Windows color (decimal): -369050 or 6708986. OLE color: 6708986.

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

Color convert

RGB 250 94 102 -
CMYK 0 0.62 0.59 0.02
HSL 356.92º 0.94% 0.67% -
HSV(B) 356.92º 0.62% 0.98% -
XYZ 45.83 29.29 15.81 -
YUV 141.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 250 94 102 0 0.62 0.59 0.02 356.92 0.94 0.67
Hex FA 5E 66 0 3E 3B 2 165 5E 43
Octal 372 136 146 0 76 73 2 545 136 103
Binary 11111010 1011110 1100110 0 111110 111011 10 101100101 1011110 1000011

Color Harmonies of #FA5E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E66

Black with #FA5E66

Text Example


Text Example

White with #FA5E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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