Html Css Color HEX #FE5A6D Wild Watermelon

📋 copy color: '#FE5A6D'

red 254 ◦ green 90 ◦ blue 109

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

Shades of Wild Watermelon #FE5A6D

Tints of Wild Watermelon #FE5A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.87%

 BLUE value IS 109 (42.97% from 255) = 24.06%

R = 56.07%
G = 19.87%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE5A6D (or 0xFE5A6D) is known color: Wild Watermelon. HEX triplet: FE, 5A and 6D. RGB value is (254,90,109). Sum of RGB (Red+Green+Blue) = 254+90+109=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5A6D is #01A592. Grayscale: #8D8D8D. Windows color (decimal): -107923 or 7166718. OLE color: 7166718.

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

Color convert

RGB 254 90 109 -
CMYK 0 0.65 0.57 0.00
HSL 353.05º 0.99% 0.67% -
HSV(B) 353.05º 0.65% 1% -
XYZ 47.29 29.49 17.67 -
YUV 141.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 254 90 109 0 0.65 0.57 0.00 353.05 0.99 0.67
Hex FE 5A 6D 0 41 39 0 161 63 43
Octal 376 132 155 0 101 71 0 541 143 103
Binary 11111110 1011010 1101101 0 1000001 111001 0 101100001 1100011 1000011

Color Harmonies of #FE5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A6D

Black with #FE5A6D

Text Example


Text Example

White with #FE5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A6D; }

 p { color: rgb(254,90,109); }

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

background-color css

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

 a { background-color: rgb(254,90,109); }

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

border-color css

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

 span { border-color: rgb(254,90,109); }

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