Html Css Color HEX #FE5E6B Wild Watermelon

📋 copy color: '#FE5E6B'

red 254 ◦ green 94 ◦ blue 107

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

Shades of Wild Watermelon #FE5E6B

Tints of Wild Watermelon #FE5E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.66%

 BLUE value IS 107 (42.19% from 255) = 23.52%

R = 55.82%
G = 20.66%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE5E6B (or 0xFE5E6B) is known color: Wild Watermelon. HEX triplet: FE, 5E and 6B. RGB value is (254,94,107). Sum of RGB (Red+Green+Blue) = 254+94+107=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5E6B is #01A194. Grayscale: #8F8F8F. Windows color (decimal): -106901 or 7036670. OLE color: 7036670.

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

Color convert

RGB 254 94 107 -
CMYK 0 0.63 0.58 0.00
HSL 355.13º 0.99% 0.68% -
HSV(B) 355.13º 0.63% 1% -
XYZ 47.53 30.14 17.22 -
YUV 143.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 254 94 107 0 0.63 0.58 0.00 355.13 0.99 0.68
Hex FE 5E 6B 0 3F 3A 0 163 63 44
Octal 376 136 153 0 77 72 0 543 143 104
Binary 11111110 1011110 1101011 0 111111 111010 0 101100011 1100011 1000100

Color Harmonies of #FE5E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5E6B

Black with #FE5E6B

Text Example


Text Example

White with #FE5E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5E6B; }

 p { color: rgb(254,94,107); }

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

background-color css

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

 a { background-color: rgb(254,94,107); }

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

border-color css

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

 span { border-color: rgb(254,94,107); }

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