Html Css Color HEX #FE6574 Wild Watermelon

📋 copy color: '#FE6574'

red 254 ◦ green 101 ◦ blue 116

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

Shades of Wild Watermelon #FE6574

Tints of Wild Watermelon #FE6574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.44%

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

R = 53.93%
G = 21.44%
B = 24.63%

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

#FE6574 (or 0xFE6574) is known color: Wild Watermelon. HEX triplet: FE, 65 and 74. RGB value is (254,101,116). Sum of RGB (Red+Green+Blue) = 254+101+116=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6574 is #019A8B. Grayscale: #949494. Windows color (decimal): -105100 or 7628286. OLE color: 7628286.

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

Color convert

RGB 254 101 116 -
CMYK 0 0.60 0.54 0.00
HSL 354.12º 0.99% 0.7% -
HSV(B) 354.12º 0.6% 1% -
XYZ 48.68 31.64 20.06 -
YUV 148.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 254 101 116 0 0.60 0.54 0.00 354.12 0.99 0.7
Hex FE 65 74 0 3C 36 0 162 63 46
Octal 376 145 164 0 74 66 0 542 143 106
Binary 11111110 1100101 1110100 0 111100 110110 0 101100010 1100011 1000110

Color Harmonies of #FE6574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6574

Black with #FE6574

Text Example


Text Example

White with #FE6574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6574; }

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

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

background-color css

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

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

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

border-color css

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

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

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