Html Css Color HEX #FE5B7D Wild Watermelon

📋 copy color: '#FE5B7D'

red 254 ◦ green 91 ◦ blue 125

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

Shades of Wild Watermelon #FE5B7D

Tints of Wild Watermelon #FE5B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.36%

 BLUE value IS 125 (49.22% from 255) = 26.6%

R = 54.04%
G = 19.36%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE5B7D (or 0xFE5B7D) is known color: Wild Watermelon. HEX triplet: FE, 5B and 7D. RGB value is (254,91,125). Sum of RGB (Red+Green+Blue) = 254+91+125=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5B7D is #01A482. Grayscale: #8F8F8F. Windows color (decimal): -107651 or 8215550. OLE color: 8215550.

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

Color convert

RGB 254 91 125 -
CMYK 0 0.64 0.51 0.00
HSL 347.48º 0.99% 0.68% -
HSV(B) 347.48º 0.64% 1% -
XYZ 48.32 30.03 22.65 -
YUV 143.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 254 91 125 0 0.64 0.51 0.00 347.48 0.99 0.68
Hex FE 5B 7D 0 40 33 0 15B 63 44
Octal 376 133 175 0 100 63 0 533 143 104
Binary 11111110 1011011 1111101 0 1000000 110011 0 101011011 1100011 1000100

Color Harmonies of #FE5B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B7D

Black with #FE5B7D

Text Example


Text Example

White with #FE5B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B7D; }

 p { color: rgb(254,91,125); }

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

background-color css

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

 a { background-color: rgb(254,91,125); }

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

border-color css

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

 span { border-color: rgb(254,91,125); }

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