Html Css Color HEX #FC4A72 Wild Watermelon

📋 copy color: '#FC4A72'

red 252 ◦ green 74 ◦ blue 114

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

Shades of Wild Watermelon #FC4A72

Tints of Wild Watermelon #FC4A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.91%

R = 57.27%
G = 16.82%
B = 25.91%

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

#FC4A72 (or 0xFC4A72) is known color: Wild Watermelon. HEX triplet: FC, 4A and 72. RGB value is (252,74,114). Sum of RGB (Red+Green+Blue) = 252+74+114=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A72 is #03B58D. Grayscale: #838383. Windows color (decimal): -243086 or 7490300. OLE color: 7490300.

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

Color convert

RGB 252 74 114 -
CMYK 0 0.71 0.55 0.01
HSL 346.52º 0.97% 0.64% -
HSV(B) 346.52º 0.71% 0.99% -
XYZ 45.63 26.81 18.69 -
YUV 131.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 252 74 114 0 0.71 0.55 0.01 346.52 0.97 0.64
Hex FC 4A 72 0 47 37 1 15B 61 40
Octal 374 112 162 0 107 67 1 533 141 100
Binary 11111100 1001010 1110010 0 1000111 110111 1 101011011 1100001 1000000

Color Harmonies of #FC4A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A72

Black with #FC4A72

Text Example


Text Example

White with #FC4A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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