Html Css Color HEX #FE5D6F Wild Watermelon

📋 copy color: '#FE5D6F'

red 254 ◦ green 93 ◦ blue 111

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

Shades of Wild Watermelon #FE5D6F

Tints of Wild Watermelon #FE5D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.31%

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 55.46%
G = 20.31%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE5D6F (or 0xFE5D6F) is known color: Wild Watermelon. HEX triplet: FE, 5D and 6F. RGB value is (254,93,111). Sum of RGB (Red+Green+Blue) = 254+93+111=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D6F is #01A290. Grayscale: #8F8F8F. Windows color (decimal): -107153 or 7298558. OLE color: 7298558.

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

Color convert

RGB 254 93 111 -
CMYK 0 0.63 0.56 0.00
HSL 353.29º 0.99% 0.68% -
HSV(B) 353.29º 0.63% 1% -
XYZ 47.66 30.05 18.33 -
YUV 143.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 254 93 111 0 0.63 0.56 0.00 353.29 0.99 0.68
Hex FE 5D 6F 0 3F 38 0 161 63 44
Octal 376 135 157 0 77 70 0 541 143 104
Binary 11111110 1011101 1101111 0 111111 111000 0 101100001 1100011 1000100

Color Harmonies of #FE5D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D6F

Black with #FE5D6F

Text Example


Text Example

White with #FE5D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D6F; }

 p { color: rgb(254,93,111); }

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

background-color css

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

 a { background-color: rgb(254,93,111); }

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

border-color css

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

 span { border-color: rgb(254,93,111); }

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