Html Css Color HEX #FC4D7A Wild Watermelon

📋 copy color: '#FC4D7A'

red 252 ◦ green 77 ◦ blue 122

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

Shades of Wild Watermelon #FC4D7A

Tints of Wild Watermelon #FC4D7A

RGB

 RED value IS 252 (98.83% from 255) = 55.88%

 GREEN value IS 77 (30.47% from 255) = 17.07%

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

R = 55.88%
G = 17.07%
B = 27.05%

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

#FC4D7A (or 0xFC4D7A) is known color: Wild Watermelon. HEX triplet: FC, 4D and 7A. RGB value is (252,77,122). Sum of RGB (Red+Green+Blue) = 252+77+122=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D7A is #03B285. Grayscale: #868686. Windows color (decimal): -242310 or 8015356. OLE color: 8015356.

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

Color convert

RGB 252 77 122 -
CMYK 0 0.69 0.52 0.01
HSL 344.57º 0.97% 0.65% -
HSV(B) 344.57º 0.69% 0.99% -
XYZ 46.31 27.41 21.26 -
YUV 134.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 252 77 122 0 0.69 0.52 0.01 344.57 0.97 0.65
Hex FC 4D 7A 0 45 34 1 159 61 41
Octal 374 115 172 0 105 64 1 531 141 101
Binary 11111100 1001101 1111010 0 1000101 110100 1 101011001 1100001 1000001

Color Harmonies of #FC4D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D7A

Black with #FC4D7A

Text Example


Text Example

White with #FC4D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D7A; }

 p { color: rgb(252,77,122); }

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

background-color css

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

 a { background-color: rgb(252,77,122); }

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

border-color css

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

 span { border-color: rgb(252,77,122); }

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