Html Css Color HEX #FE5966 Wild Watermelon

📋 copy color: '#FE5966'

red 254 ◦ green 89 ◦ blue 102

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

Shades of Wild Watermelon #FE5966

Tints of Wild Watermelon #FE5966

RGB

 RED value IS 254 (99.61% from 255) = 57.08%

 GREEN value IS 89 (35.16% from 255) = 20%

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

R = 57.08%
G = 20%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE5966 (or 0xFE5966) is known color: Wild Watermelon. HEX triplet: FE, 59 and 66. RGB value is (254,89,102). Sum of RGB (Red+Green+Blue) = 254+89+102=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5966 is #01A699. Grayscale: #8B8B8B. Windows color (decimal): -108186 or 6707710. OLE color: 6707710.

HSL color Cylindrical-coordinate representation of color #FE5966: hue angle of 355.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5966 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 89 102 -
CMYK 0 0.65 0.60 0.00
HSL 355.27º 0.99% 0.67% -
HSV(B) 355.27º 0.65% 1% -
XYZ 46.84 29.17 15.73 -
YUV 139.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 254 89 102 0 0.65 0.60 0.00 355.27 0.99 0.67
Hex FE 59 66 0 41 3C 0 163 63 43
Octal 376 131 146 0 101 74 0 543 143 103
Binary 11111110 1011001 1100110 0 1000001 111100 0 101100011 1100011 1000011

Color Harmonies of #FE5966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5966

Black with #FE5966

Text Example


Text Example

White with #FE5966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5966; }

 p { color: rgb(254,89,102); }

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

background-color css

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

 a { background-color: rgb(254,89,102); }

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

border-color css

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

 span { border-color: rgb(254,89,102); }

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