Html Css Color HEX #FC4966 Radical Red

📋 copy color: '#FC4966'

red 252 ◦ green 73 ◦ blue 102

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

Shades of Radical Red #FC4966

Tints of Radical Red #FC4966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.1%

 BLUE value IS 102 (40.23% from 255) = 23.89%

R = 59.02%
G = 17.1%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC4966 (or 0xFC4966) is known color: Radical Red. HEX triplet: FC, 49 and 66. RGB value is (252,73,102). Sum of RGB (Red+Green+Blue) = 252+73+102=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4966 is #03B699. Grayscale: #818181. Windows color (decimal): -243354 or 6703612. OLE color: 6703612.

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

Color convert

RGB 252 73 102 -
CMYK 0 0.71 0.60 0.01
HSL 350.28º 0.97% 0.64% -
HSV(B) 350.28º 0.71% 0.99% -
XYZ 44.93 26.42 15.3 -
YUV 129.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 252 73 102 0 0.71 0.60 0.01 350.28 0.97 0.64
Hex FC 49 66 0 47 3C 1 15E 61 40
Octal 374 111 146 0 107 74 1 536 141 100
Binary 11111100 1001001 1100110 0 1000111 111100 1 101011110 1100001 1000000

Color Harmonies of #FC4966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4966

Black with #FC4966

Text Example


Text Example

White with #FC4966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4966; }

 p { color: rgb(252,73,102); }

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

background-color css

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

 a { background-color: rgb(252,73,102); }

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

border-color css

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

 span { border-color: rgb(252,73,102); }

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