Html Css Color HEX #FD5E7B Wild Watermelon

📋 copy color: '#FD5E7B'

red 253 ◦ green 94 ◦ blue 123

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

Shades of Wild Watermelon #FD5E7B

Tints of Wild Watermelon #FD5E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20%

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

R = 53.83%
G = 20%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD5E7B (or 0xFD5E7B) is known color: Wild Watermelon. HEX triplet: FD, 5E and 7B. RGB value is (253,94,123). Sum of RGB (Red+Green+Blue) = 253+94+123=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5E7B is #02A184. Grayscale: #909090. Windows color (decimal): -172421 or 8085245. OLE color: 8085245.

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

Color convert

RGB 253 94 123 -
CMYK 0 0.63 0.51 0.01
HSL 349.06º 0.98% 0.68% -
HSV(B) 349.06º 0.63% 0.99% -
XYZ 48.09 30.32 22.06 -
YUV 144.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 253 94 123 0 0.63 0.51 0.01 349.06 0.98 0.68
Hex FD 5E 7B 0 3F 33 1 15D 62 44
Octal 375 136 173 0 77 63 1 535 142 104
Binary 11111101 1011110 1111011 0 111111 110011 1 101011101 1100010 1000100

Color Harmonies of #FD5E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E7B

Black with #FD5E7B

Text Example


Text Example

White with #FD5E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E7B; }

 p { color: rgb(253,94,123); }

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

background-color css

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

 a { background-color: rgb(253,94,123); }

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

border-color css

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

 span { border-color: rgb(253,94,123); }

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