Html Css Color HEX #FD4E7A Wild Watermelon

📋 copy color: '#FD4E7A'

red 253 ◦ green 78 ◦ blue 122

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

Shades of Wild Watermelon #FD4E7A

Tints of Wild Watermelon #FD4E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.93%

R = 55.85%
G = 17.22%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD4E7A (or 0xFD4E7A) is known color: Wild Watermelon. HEX triplet: FD, 4E and 7A. RGB value is (253,78,122). Sum of RGB (Red+Green+Blue) = 253+78+122=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4E7A is #02B185. Grayscale: #878787. Windows color (decimal): -176518 or 8015613. OLE color: 8015613.

HSL color Cylindrical-coordinate representation of color #FD4E7A: hue angle of 344.91º 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 #FD4E7A is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 78 122 -
CMYK 0 0.69 0.52 0.01
HSL 344.91º 0.98% 0.65% -
HSV(B) 344.91º 0.69% 0.99% -
XYZ 46.75 27.74 21.3 -
YUV 135.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 253 78 122 0 0.69 0.52 0.01 344.91 0.98 0.65
Hex FD 4E 7A 0 45 34 1 159 62 41
Octal 375 116 172 0 105 64 1 531 142 101
Binary 11111101 1001110 1111010 0 1000101 110100 1 101011001 1100010 1000001

Color Harmonies of #FD4E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4E7A

Black with #FD4E7A

Text Example


Text Example

White with #FD4E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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