Html Css Color HEX #FE4475 Wild Watermelon

📋 copy color: '#FE4475'

red 254 ◦ green 68 ◦ blue 117

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

Shades of Wild Watermelon #FE4475

Tints of Wild Watermelon #FE4475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.49%

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

R = 57.86%
G = 15.49%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE4475 (or 0xFE4475) is known color: Wild Watermelon. HEX triplet: FE, 44 and 75. RGB value is (254,68,117). Sum of RGB (Red+Green+Blue) = 254+68+117=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4475 is #01BB8A. Grayscale: #818181. Windows color (decimal): -113547 or 7685374. OLE color: 7685374.

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

Color convert

RGB 254 68 117 -
CMYK 0 0.73 0.54 0.00
HSL 344.19º 0.99% 0.63% -
HSV(B) 344.19º 0.73% 1% -
XYZ 46.15 26.49 19.51 -
YUV 129.2 121.12 217.02 -
System Red Green Blue C M Y K H S L
Decimal 254 68 117 0 0.73 0.54 0.00 344.19 0.99 0.63
Hex FE 44 75 0 49 36 0 158 63 3F
Octal 376 104 165 0 111 66 0 530 143 77
Binary 11111110 1000100 1110101 0 1001001 110110 0 101011000 1100011 111111

Color Harmonies of #FE4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4475

Black with #FE4475

Text Example


Text Example

White with #FE4475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4475; }

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

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

background-color css

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

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

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

border-color css

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

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

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