Html Css Color HEX #FE6874 Wild Watermelon

📋 copy color: '#FE6874'

red 254 ◦ green 104 ◦ blue 116

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

Shades of Wild Watermelon #FE6874

Tints of Wild Watermelon #FE6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.94%

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

R = 53.59%
G = 21.94%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE6874 (or 0xFE6874) is known color: Wild Watermelon. HEX triplet: FE, 68 and 74. RGB value is (254,104,116). Sum of RGB (Red+Green+Blue) = 254+104+116=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6874 is #01978B. Grayscale: #969696. Windows color (decimal): -104332 or 7629054. OLE color: 7629054.

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

Color convert

RGB 254 104 116 -
CMYK 0 0.59 0.54 0.00
HSL 355.2º 0.99% 0.7% -
HSV(B) 355.2º 0.59% 1% -
XYZ 48.98 32.23 20.16 -
YUV 150.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 254 104 116 0 0.59 0.54 0.00 355.2 0.99 0.7
Hex FE 68 74 0 3B 36 0 163 63 46
Octal 376 150 164 0 73 66 0 543 143 106
Binary 11111110 1101000 1110100 0 111011 110110 0 101100011 1100011 1000110

Color Harmonies of #FE6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6874

Black with #FE6874

Text Example


Text Example

White with #FE6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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