Html Css Color HEX #FC3275 Radical Red

📋 copy color: '#FC3275'

red 252 ◦ green 50 ◦ blue 117

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

Shades of Radical Red #FC3275

Tints of Radical Red #FC3275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.93%

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 60.14%
G = 11.93%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC3275 (or 0xFC3275) is known color: Radical Red. HEX triplet: FC, 32 and 75. RGB value is (252,50,117). Sum of RGB (Red+Green+Blue) = 252+50+117=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3275 is #03CD8A. Grayscale: #757575. Windows color (decimal): -249227 or 7680764. OLE color: 7680764.

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

Color convert

RGB 252 50 117 -
CMYK 0 0.80 0.54 0.01
HSL 340.1º 0.97% 0.59% -
HSV(B) 340.1º 0.8% 0.99% -
XYZ 44.5 24.26 19.17 -
YUV 118.04 127.42 223.55 -
System Red Green Blue C M Y K H S L
Decimal 252 50 117 0 0.80 0.54 0.01 340.1 0.97 0.59
Hex FC 32 75 0 50 36 1 154 61 3B
Octal 374 62 165 0 120 66 1 524 141 73
Binary 11111100 110010 1110101 0 1010000 110110 1 101010100 1100001 111011

Color Harmonies of #FC3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3275

Black with #FC3275

Text Example


Text Example

White with #FC3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3275; }

 p { color: rgb(252,50,117); }

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

background-color css

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

 a { background-color: rgb(252,50,117); }

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

border-color css

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

 span { border-color: rgb(252,50,117); }

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