Html Css Color HEX #FE4C75 Wild Watermelon

📋 copy color: '#FE4C75'

red 254 ◦ green 76 ◦ blue 117

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

Shades of Wild Watermelon #FE4C75

Tints of Wild Watermelon #FE4C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17%

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

R = 56.82%
G = 17%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE4C75 (or 0xFE4C75) is known color: Wild Watermelon. HEX triplet: FE, 4C and 75. RGB value is (254,76,117). Sum of RGB (Red+Green+Blue) = 254+76+117=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4C75 is #01B38A. Grayscale: #858585. Windows color (decimal): -111499 or 7687422. OLE color: 7687422.

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

Color convert

RGB 254 76 117 -
CMYK 0 0.70 0.54 0.00
HSL 346.18º 0.99% 0.65% -
HSV(B) 346.18º 0.7% 1% -
XYZ 46.67 27.52 19.68 -
YUV 133.9 118.47 213.67 -
System Red Green Blue C M Y K H S L
Decimal 254 76 117 0 0.70 0.54 0.00 346.18 0.99 0.65
Hex FE 4C 75 0 46 36 0 15A 63 41
Octal 376 114 165 0 106 66 0 532 143 101
Binary 11111110 1001100 1110101 0 1000110 110110 0 101011010 1100011 1000001

Color Harmonies of #FE4C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4C75

Black with #FE4C75

Text Example


Text Example

White with #FE4C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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