Html Css Color HEX #FD4C7A Wild Watermelon

📋 copy color: '#FD4C7A'

red 253 ◦ green 76 ◦ blue 122

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

Shades of Wild Watermelon #FD4C7A

Tints of Wild Watermelon #FD4C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.85%

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

R = 56.1%
G = 16.85%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD4C7A (or 0xFD4C7A) is known color: Wild Watermelon. HEX triplet: FD, 4C and 7A. RGB value is (253,76,122). Sum of RGB (Red+Green+Blue) = 253+76+122=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C7A is #02B385. Grayscale: #868686. Windows color (decimal): -177030 or 8015101. OLE color: 8015101.

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

Color convert

RGB 253 76 122 -
CMYK 0 0.70 0.52 0.01
HSL 344.41º 0.98% 0.65% -
HSV(B) 344.41º 0.7% 0.99% -
XYZ 46.61 27.46 21.26 -
YUV 134.17 121.14 212.76 -
System Red Green Blue C M Y K H S L
Decimal 253 76 122 0 0.70 0.52 0.01 344.41 0.98 0.65
Hex FD 4C 7A 0 46 34 1 158 62 41
Octal 375 114 172 0 106 64 1 530 142 101
Binary 11111101 1001100 1111010 0 1000110 110100 1 101011000 1100010 1000001

Color Harmonies of #FD4C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C7A

Black with #FD4C7A

Text Example


Text Example

White with #FD4C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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