Html Css Color HEX #FE6475 Wild Watermelon

📋 copy color: '#FE6475'

red 254 ◦ green 100 ◦ blue 117

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

Shades of Wild Watermelon #FE6475

Tints of Wild Watermelon #FE6475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.23%

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 53.93%
G = 21.23%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE6475 (or 0xFE6475) is known color: Wild Watermelon. HEX triplet: FE, 64 and 75. RGB value is (254,100,117). Sum of RGB (Red+Green+Blue) = 254+100+117=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6475 is #019B8A. Grayscale: #949494. Windows color (decimal): -105355 or 7693566. OLE color: 7693566.

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

Color convert

RGB 254 100 117 -
CMYK 0 0.61 0.54 0.00
HSL 353.38º 0.99% 0.69% -
HSV(B) 353.38º 0.61% 1% -
XYZ 48.64 31.47 20.34 -
YUV 147.98 110.52 203.62 -
System Red Green Blue C M Y K H S L
Decimal 254 100 117 0 0.61 0.54 0.00 353.38 0.99 0.69
Hex FE 64 75 0 3D 36 0 161 63 45
Octal 376 144 165 0 75 66 0 541 143 105
Binary 11111110 1100100 1110101 0 111101 110110 0 101100001 1100011 1000101

Color Harmonies of #FE6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6475

Black with #FE6475

Text Example


Text Example

White with #FE6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6475; }

 p { color: rgb(254,100,117); }

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

background-color css

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

 a { background-color: rgb(254,100,117); }

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

border-color css

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

 span { border-color: rgb(254,100,117); }

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