Html Css Color HEX #FE5968 Wild Watermelon

📋 copy color: '#FE5968'

red 254 ◦ green 89 ◦ blue 104

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

Shades of Wild Watermelon #FE5968

Tints of Wild Watermelon #FE5968

RGB

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

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

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

R = 56.82%
G = 19.91%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE5968 (or 0xFE5968) is known color: Wild Watermelon. HEX triplet: FE, 59 and 68. RGB value is (254,89,104). Sum of RGB (Red+Green+Blue) = 254+89+104=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5968 is #01A697. Grayscale: #8C8C8C. Windows color (decimal): -108184 or 6838782. OLE color: 6838782.

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

Color convert

RGB 254 89 104 -
CMYK 0 0.65 0.59 0.00
HSL 354.55º 0.99% 0.67% -
HSV(B) 354.55º 0.65% 1% -
XYZ 46.94 29.22 16.26 -
YUV 140.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 254 89 104 0 0.65 0.59 0.00 354.55 0.99 0.67
Hex FE 59 68 0 41 3B 0 163 63 43
Octal 376 131 150 0 101 73 0 543 143 103
Binary 11111110 1011001 1101000 0 1000001 111011 0 101100011 1100011 1000011

Color Harmonies of #FE5968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5968

Black with #FE5968

Text Example


Text Example

White with #FE5968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5968; }

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

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

background-color css

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

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

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

border-color css

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

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

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