Html Css Color HEX #FE5A7B Wild Watermelon

📋 copy color: '#FE5A7B'

red 254 ◦ green 90 ◦ blue 123

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

Shades of Wild Watermelon #FE5A7B

Tints of Wild Watermelon #FE5A7B

RGB

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

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

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

R = 54.39%
G = 19.27%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE5A7B (or 0xFE5A7B) is known color: Wild Watermelon. HEX triplet: FE, 5A and 7B. RGB value is (254,90,123). Sum of RGB (Red+Green+Blue) = 254+90+123=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5A7B is #01A584. Grayscale: #8E8E8E. Windows color (decimal): -107909 or 8084222. OLE color: 8084222.

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

Color convert

RGB 254 90 123 -
CMYK 0 0.65 0.52 0.00
HSL 347.93º 0.99% 0.67% -
HSV(B) 347.93º 0.65% 1% -
XYZ 48.1 29.81 21.96 -
YUV 142.8 116.83 207.32 -
System Red Green Blue C M Y K H S L
Decimal 254 90 123 0 0.65 0.52 0.00 347.93 0.99 0.67
Hex FE 5A 7B 0 41 34 0 15C 63 43
Octal 376 132 173 0 101 64 0 534 143 103
Binary 11111110 1011010 1111011 0 1000001 110100 0 101011100 1100011 1000011

Color Harmonies of #FE5A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A7B

Black with #FE5A7B

Text Example


Text Example

White with #FE5A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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