Html Css Color HEX #FC4A71 Wild Watermelon

📋 copy color: '#FC4A71'

red 252 ◦ green 74 ◦ blue 113

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

Shades of Wild Watermelon #FC4A71

Tints of Wild Watermelon #FC4A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.86%

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 57.4%
G = 16.86%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC4A71 (or 0xFC4A71) is known color: Wild Watermelon. HEX triplet: FC, 4A and 71. RGB value is (252,74,113). Sum of RGB (Red+Green+Blue) = 252+74+113=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A71 is #03B58E. Grayscale: #838383. Windows color (decimal): -243087 or 7424764. OLE color: 7424764.

HSL color Cylindrical-coordinate representation of color #FC4A71: hue angle of 346.85º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4A71 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 74 113 -
CMYK 0 0.71 0.55 0.01
HSL 346.85º 0.97% 0.64% -
HSV(B) 346.85º 0.71% 0.99% -
XYZ 45.57 26.79 18.39 -
YUV 131.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 252 74 113 0 0.71 0.55 0.01 346.85 0.97 0.64
Hex FC 4A 71 0 47 37 1 15B 61 40
Octal 374 112 161 0 107 67 1 533 141 100
Binary 11111100 1001010 1110001 0 1000111 110111 1 101011011 1100001 1000000

Color Harmonies of #FC4A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A71

Black with #FC4A71

Text Example


Text Example

White with #FC4A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A71; }

 p { color: rgb(252,74,113); }

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

background-color css

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

 a { background-color: rgb(252,74,113); }

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

border-color css

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

 span { border-color: rgb(252,74,113); }

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