Html Css Color HEX #FE696E Wild Watermelon

📋 copy color: '#FE696E'

red 254 ◦ green 105 ◦ blue 110

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

Shades of Wild Watermelon #FE696E

Tints of Wild Watermelon #FE696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.45%

R = 54.16%
G = 22.39%
B = 23.45%

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

#FE696E (or 0xFE696E) is known color: Wild Watermelon. HEX triplet: FE, 69 and 6E. RGB value is (254,105,110). Sum of RGB (Red+Green+Blue) = 254+105+110=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE696E is #019691. Grayscale: #969696. Windows color (decimal): -104082 or 7236094. OLE color: 7236094.

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

Color convert

RGB 254 105 110 -
CMYK 0 0.59 0.57 0.00
HSL 357.99º 0.99% 0.7% -
HSV(B) 357.99º 0.59% 1% -
XYZ 48.74 32.3 18.42 -
YUV 150.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 254 105 110 0 0.59 0.57 0.00 357.99 0.99 0.7
Hex FE 69 6E 0 3B 39 0 166 63 46
Octal 376 151 156 0 73 71 0 546 143 106
Binary 11111110 1101001 1101110 0 111011 111001 0 101100110 1100011 1000110

Color Harmonies of #FE696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE696E

Black with #FE696E

Text Example


Text Example

White with #FE696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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