Html Css Color HEX #FD4E6A Wild Watermelon

📋 copy color: '#FD4E6A'

red 253 ◦ green 78 ◦ blue 106

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

Shades of Wild Watermelon #FD4E6A

Tints of Wild Watermelon #FD4E6A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.85%

 BLUE value IS 106 (41.8% from 255) = 24.26%

R = 57.89%
G = 17.85%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD4E6A (or 0xFD4E6A) is known color: Wild Watermelon. HEX triplet: FD, 4E and 6A. RGB value is (253,78,106). Sum of RGB (Red+Green+Blue) = 253+78+106=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4E6A is #02B195. Grayscale: #858585. Windows color (decimal): -176534 or 6967037. OLE color: 6967037.

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

Color convert

RGB 253 78 106 -
CMYK 0 0.69 0.58 0.01
HSL 350.4º 0.98% 0.65% -
HSV(B) 350.4º 0.69% 0.99% -
XYZ 45.83 27.37 16.5 -
YUV 133.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 253 78 106 0 0.69 0.58 0.01 350.4 0.98 0.65
Hex FD 4E 6A 0 45 3A 1 15E 62 41
Octal 375 116 152 0 105 72 1 536 142 101
Binary 11111101 1001110 1101010 0 1000101 111010 1 101011110 1100010 1000001

Color Harmonies of #FD4E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4E6A

Black with #FD4E6A

Text Example


Text Example

White with #FD4E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4E6A; }

 p { color: rgb(253,78,106); }

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

background-color css

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

 a { background-color: rgb(253,78,106); }

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

border-color css

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

 span { border-color: rgb(253,78,106); }

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