Html Css Color HEX #FE696D Wild Watermelon

📋 copy color: '#FE696D'

red 254 ◦ green 105 ◦ blue 109

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

Shades of Wild Watermelon #FE696D

Tints of Wild Watermelon #FE696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.44%

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 54.27%
G = 22.44%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE696D (or 0xFE696D) is known color: Wild Watermelon. HEX triplet: FE, 69 and 6D. RGB value is (254,105,109). Sum of RGB (Red+Green+Blue) = 254+105+109=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE696D is #019692. Grayscale: #969696. Windows color (decimal): -104083 or 7170558. OLE color: 7170558.

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

Color convert

RGB 254 105 109 -
CMYK 0 0.59 0.57 0.00
HSL 358.39º 0.99% 0.7% -
HSV(B) 358.39º 0.59% 1% -
XYZ 48.68 32.28 18.13 -
YUV 150.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 254 105 109 0 0.59 0.57 0.00 358.39 0.99 0.7
Hex FE 69 6D 0 3B 39 0 166 63 46
Octal 376 151 155 0 73 71 0 546 143 106
Binary 11111110 1101001 1101101 0 111011 111001 0 101100110 1100011 1000110

Color Harmonies of #FE696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE696D

Black with #FE696D

Text Example


Text Example

White with #FE696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE696D; }

 p { color: rgb(254,105,109); }

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

background-color css

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

 a { background-color: rgb(254,105,109); }

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

border-color css

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

 span { border-color: rgb(254,105,109); }

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