Html Css Color HEX #FC3770 Radical Red

📋 copy color: '#FC3770'

red 252 ◦ green 55 ◦ blue 112

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

Shades of Radical Red #FC3770

Tints of Radical Red #FC3770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.13%

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 60.14%
G = 13.13%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC3770 (or 0xFC3770) is known color: Radical Red. HEX triplet: FC, 37 and 70. RGB value is (252,55,112). Sum of RGB (Red+Green+Blue) = 252+55+112=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3770 is #03C88F. Grayscale: #787878. Windows color (decimal): -247952 or 7354364. OLE color: 7354364.

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

Color convert

RGB 252 55 112 -
CMYK 0 0.78 0.56 0.01
HSL 342.64º 0.97% 0.6% -
HSV(B) 342.64º 0.78% 0.99% -
XYZ 44.44 24.6 17.74 -
YUV 120.4 123.27 221.87 -
System Red Green Blue C M Y K H S L
Decimal 252 55 112 0 0.78 0.56 0.01 342.64 0.97 0.6
Hex FC 37 70 0 4E 38 1 157 61 3C
Octal 374 67 160 0 116 70 1 527 141 74
Binary 11111100 110111 1110000 0 1001110 111000 1 101010111 1100001 111100

Color Harmonies of #FC3770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3770

Black with #FC3770

Text Example


Text Example

White with #FC3770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3770; }

 p { color: rgb(252,55,112); }

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

background-color css

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

 a { background-color: rgb(252,55,112); }

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

border-color css

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

 span { border-color: rgb(252,55,112); }

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