Html Css Color HEX #FE547D Wild Watermelon

📋 copy color: '#FE547D'

red 254 ◦ green 84 ◦ blue 125

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

Shades of Wild Watermelon #FE547D

Tints of Wild Watermelon #FE547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.14%

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

R = 54.86%
G = 18.14%
B = 27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE547D (or 0xFE547D) is known color: Wild Watermelon. HEX triplet: FE, 54 and 7D. RGB value is (254,84,125). Sum of RGB (Red+Green+Blue) = 254+84+125=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE547D is #01AB82. Grayscale: #8B8B8B. Windows color (decimal): -109443 or 8213758. OLE color: 8213758.

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

Color convert

RGB 254 84 125 -
CMYK 0 0.67 0.51 0.00
HSL 345.53º 0.99% 0.66% -
HSV(B) 345.53º 0.67% 1% -
XYZ 47.75 28.89 22.46 -
YUV 139.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 254 84 125 0 0.67 0.51 0.00 345.53 0.99 0.66
Hex FE 54 7D 0 43 33 0 15A 63 42
Octal 376 124 175 0 103 63 0 532 143 102
Binary 11111110 1010100 1111101 0 1000011 110011 0 101011010 1100011 1000010

Color Harmonies of #FE547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE547D

Black with #FE547D

Text Example


Text Example

White with #FE547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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