Html Css Color HEX #FD567F Wild Watermelon

📋 copy color: '#FD567F'

red 253 ◦ green 86 ◦ blue 127

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

Shades of Wild Watermelon #FD567F

Tints of Wild Watermelon #FD567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.45%

 BLUE value IS 127 (50% from 255) = 27.25%

R = 54.29%
G = 18.45%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD567F (or 0xFD567F) is known color: Wild Watermelon. HEX triplet: FD, 56 and 7F. RGB value is (253,86,127). Sum of RGB (Red+Green+Blue) = 253+86+127=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD567F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD567F is #02A980. Grayscale: #8C8C8C. Windows color (decimal): -174465 or 8345341. OLE color: 8345341.

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

Color convert

RGB 253 86 127 -
CMYK 0 0.66 0.50 0.01
HSL 345.27º 0.98% 0.66% -
HSV(B) 345.27º 0.66% 0.99% -
XYZ 47.67 29.07 23.18 -
YUV 140.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 253 86 127 0 0.66 0.50 0.01 345.27 0.98 0.66
Hex FD 56 7F 0 42 32 1 159 62 42
Octal 375 126 177 0 102 62 1 531 142 102
Binary 11111101 1010110 1111111 0 1000010 110010 1 101011001 1100010 1000010

Color Harmonies of #FD567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD567F

Black with #FD567F

Text Example


Text Example

White with #FD567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD567F; }

 p { color: rgb(253,86,127); }

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

background-color css

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

 a { background-color: rgb(253,86,127); }

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

border-color css

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

 span { border-color: rgb(253,86,127); }

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