Html Css Color HEX #FD547D Wild Watermelon

📋 copy color: '#FD547D'

red 253 ◦ green 84 ◦ blue 125

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

Shades of Wild Watermelon #FD547D

Tints of Wild Watermelon #FD547D

RGB

 RED value IS 253 (99.22% from 255) = 54.76%

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

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

R = 54.76%
G = 18.18%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD547D (or 0xFD547D) is known color: Wild Watermelon. HEX triplet: FD, 54 and 7D. RGB value is (253,84,125). Sum of RGB (Red+Green+Blue) = 253+84+125=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD547D is #02AB82. Grayscale: #8B8B8B. Windows color (decimal): -174979 or 8213757. OLE color: 8213757.

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

Color convert

RGB 253 84 125 -
CMYK 0 0.67 0.51 0.01
HSL 345.44º 0.98% 0.66% -
HSV(B) 345.44º 0.67% 0.99% -
XYZ 47.38 28.7 22.45 -
YUV 139.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 253 84 125 0 0.67 0.51 0.01 345.44 0.98 0.66
Hex FD 54 7D 0 43 33 1 159 62 42
Octal 375 124 175 0 103 63 1 531 142 102
Binary 11111101 1010100 1111101 0 1000011 110011 1 101011001 1100010 1000010

Color Harmonies of #FD547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD547D

Black with #FD547D

Text Example


Text Example

White with #FD547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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