Html Css Color HEX #FE5D6C Wild Watermelon

📋 copy color: '#FE5D6C'

red 254 ◦ green 93 ◦ blue 108

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

Shades of Wild Watermelon #FE5D6C

Tints of Wild Watermelon #FE5D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.74%

R = 55.82%
G = 20.44%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE5D6C (or 0xFE5D6C) is known color: Wild Watermelon. HEX triplet: FE, 5D and 6C. RGB value is (254,93,108). Sum of RGB (Red+Green+Blue) = 254+93+108=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D6C is #01A293. Grayscale: #8E8E8E. Windows color (decimal): -107156 or 7101950. OLE color: 7101950.

HSL color Cylindrical-coordinate representation of color #FE5D6C: hue angle of 354.41º 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 #FE5D6C is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 93 108 -
CMYK 0 0.63 0.57 0.00
HSL 354.41º 0.99% 0.68% -
HSV(B) 354.41º 0.63% 1% -
XYZ 47.49 29.98 17.47 -
YUV 142.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 254 93 108 0 0.63 0.57 0.00 354.41 0.99 0.68
Hex FE 5D 6C 0 3F 39 0 162 63 44
Octal 376 135 154 0 77 71 0 542 143 104
Binary 11111110 1011101 1101100 0 111111 111001 0 101100010 1100011 1000100

Color Harmonies of #FE5D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D6C

Black with #FE5D6C

Text Example


Text Example

White with #FE5D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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