Html Css Color HEX #FC3144 Radical Red

📋 copy color: '#FC3144'

red 252 ◦ green 49 ◦ blue 68

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

Shades of Radical Red #FC3144

Tints of Radical Red #FC3144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.28%

 BLUE value IS 68 (26.95% from 255) = 18.43%

R = 68.29%
G = 13.28%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC3144 (or 0xFC3144) is known color: Radical Red. HEX triplet: FC, 31 and 44. RGB value is (252,49,68). Sum of RGB (Red+Green+Blue) = 252+49+68=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3144 is #03CEBB. Grayscale: #6F6F6F. Windows color (decimal): -249532 or 4469244. OLE color: 4469244.

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

Color convert

RGB 252 49 68 -
CMYK 0 0.81 0.73 0.01
HSL 354.38º 0.97% 0.59% -
HSV(B) 354.38º 0.81% 0.99% -
XYZ 42.29 23.31 7.74 -
YUV 111.86 103.25 227.96 -
System Red Green Blue C M Y K H S L
Decimal 252 49 68 0 0.81 0.73 0.01 354.38 0.97 0.59
Hex FC 31 44 0 51 49 1 162 61 3B
Octal 374 61 104 0 121 111 1 542 141 73
Binary 11111100 110001 1000100 0 1010001 1001001 1 101100010 1100001 111011

Color Harmonies of #FC3144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3144

Black with #FC3144

Text Example


Text Example

White with #FC3144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3144; }

 p { color: rgb(252,49,68); }

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

background-color css

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

 a { background-color: rgb(252,49,68); }

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

border-color css

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

 span { border-color: rgb(252,49,68); }

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