Html Css Color HEX #FE5E7B Wild Watermelon

📋 copy color: '#FE5E7B'

red 254 ◦ green 94 ◦ blue 123

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

Shades of Wild Watermelon #FE5E7B

Tints of Wild Watermelon #FE5E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.11%

R = 53.93%
G = 19.96%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE5E7B (or 0xFE5E7B) is known color: Wild Watermelon. HEX triplet: FE, 5E and 7B. RGB value is (254,94,123). Sum of RGB (Red+Green+Blue) = 254+94+123=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5E7B is #01A184. Grayscale: #919191. Windows color (decimal): -106885 or 8085246. OLE color: 8085246.

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

Color convert

RGB 254 94 123 -
CMYK 0 0.63 0.52 0.00
HSL 349.13º 0.99% 0.68% -
HSV(B) 349.13º 0.63% 1% -
XYZ 48.45 30.51 22.07 -
YUV 145.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 254 94 123 0 0.63 0.52 0.00 349.13 0.99 0.68
Hex FE 5E 7B 0 3F 34 0 15D 63 44
Octal 376 136 173 0 77 64 0 535 143 104
Binary 11111110 1011110 1111011 0 111111 110100 0 101011101 1100011 1000100

Color Harmonies of #FE5E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5E7B

Black with #FE5E7B

Text Example


Text Example

White with #FE5E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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