Html Css Color HEX #FE696F Wild Watermelon

📋 copy color: '#FE696F'

red 254 ◦ green 105 ◦ blue 111

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

Shades of Wild Watermelon #FE696F

Tints of Wild Watermelon #FE696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 54.04%
G = 22.34%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE696F (or 0xFE696F) is known color: Wild Watermelon. HEX triplet: FE, 69 and 6F. RGB value is (254,105,111). Sum of RGB (Red+Green+Blue) = 254+105+111=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE696F is #019690. Grayscale: #969696. Windows color (decimal): -104081 or 7301630. OLE color: 7301630.

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

Color convert

RGB 254 105 111 -
CMYK 0 0.59 0.56 0.00
HSL 357.58º 0.99% 0.7% -
HSV(B) 357.58º 0.59% 1% -
XYZ 48.79 32.32 18.71 -
YUV 150.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 254 105 111 0 0.59 0.56 0.00 357.58 0.99 0.7
Hex FE 69 6F 0 3B 38 0 166 63 46
Octal 376 151 157 0 73 70 0 546 143 106
Binary 11111110 1101001 1101111 0 111011 111000 0 101100110 1100011 1000110

Color Harmonies of #FE696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE696F

Black with #FE696F

Text Example


Text Example

White with #FE696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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