Html Css Color HEX #FE6674 Wild Watermelon

📋 copy color: '#FE6674'

red 254 ◦ green 102 ◦ blue 116

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

Shades of Wild Watermelon #FE6674

Tints of Wild Watermelon #FE6674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.61%

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

R = 53.81%
G = 21.61%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE6674 (or 0xFE6674) is known color: Wild Watermelon. HEX triplet: FE, 66 and 74. RGB value is (254,102,116). Sum of RGB (Red+Green+Blue) = 254+102+116=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6674 is #01998B. Grayscale: #959595. Windows color (decimal): -104844 or 7628542. OLE color: 7628542.

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

Color convert

RGB 254 102 116 -
CMYK 0 0.60 0.54 0.00
HSL 354.47º 0.99% 0.7% -
HSV(B) 354.47º 0.6% 1% -
XYZ 48.78 31.83 20.1 -
YUV 149.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 254 102 116 0 0.60 0.54 0.00 354.47 0.99 0.7
Hex FE 66 74 0 3C 36 0 162 63 46
Octal 376 146 164 0 74 66 0 542 143 106
Binary 11111110 1100110 1110100 0 111100 110110 0 101100010 1100011 1000110

Color Harmonies of #FE6674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6674

Black with #FE6674

Text Example


Text Example

White with #FE6674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6674; }

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

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

background-color css

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

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

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

border-color css

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

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

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