Html Css Color HEX #FE6C74 Wild Watermelon

📋 copy color: '#FE6C74'

red 254 ◦ green 108 ◦ blue 116

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

Shades of Wild Watermelon #FE6C74

Tints of Wild Watermelon #FE6C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

 BLUE value IS 116 (45.7% from 255) = 24.27%

R = 53.14%
G = 22.59%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE6C74 (or 0xFE6C74) is known color: Wild Watermelon. HEX triplet: FE, 6C and 74. RGB value is (254,108,116). Sum of RGB (Red+Green+Blue) = 254+108+116=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C74 is #01938B. Grayscale: #989898. Windows color (decimal): -103308 or 7630078. OLE color: 7630078.

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

Color convert

RGB 254 108 116 -
CMYK 0 0.57 0.54 0.00
HSL 356.71º 0.99% 0.71% -
HSV(B) 356.71º 0.57% 1% -
XYZ 49.39 33.06 20.3 -
YUV 152.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 254 108 116 0 0.57 0.54 0.00 356.71 0.99 0.71
Hex FE 6C 74 0 39 36 0 165 63 47
Octal 376 154 164 0 71 66 0 545 143 107
Binary 11111110 1101100 1110100 0 111001 110110 0 101100101 1100011 1000111

Color Harmonies of #FE6C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C74

Black with #FE6C74

Text Example


Text Example

White with #FE6C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C74; }

 p { color: rgb(254,108,116); }

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

background-color css

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

 a { background-color: rgb(254,108,116); }

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

border-color css

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

 span { border-color: rgb(254,108,116); }

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