Html Css Color HEX #FC295D Radical Red

📋 copy color: '#FC295D'

red 252 ◦ green 41 ◦ blue 93

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

Shades of Radical Red #FC295D

Tints of Radical Red #FC295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.62%

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 65.28%
G = 10.62%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC295D (or 0xFC295D) is known color: Radical Red. HEX triplet: FC, 29 and 5D. RGB value is (252,41,93). Sum of RGB (Red+Green+Blue) = 252+41+93=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC295D is #03D6A2. Grayscale: #6E6E6E. Windows color (decimal): -251555 or 6105596. OLE color: 6105596.

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

Color convert

RGB 252 41 93 -
CMYK 0 0.84 0.63 0.01
HSL 345.21º 0.97% 0.57% -
HSV(B) 345.21º 0.84% 0.99% -
XYZ 42.91 23.07 12.55 -
YUV 110.02 118.4 229.27 -
System Red Green Blue C M Y K H S L
Decimal 252 41 93 0 0.84 0.63 0.01 345.21 0.97 0.57
Hex FC 29 5D 0 54 3F 1 159 61 39
Octal 374 51 135 0 124 77 1 531 141 71
Binary 11111100 101001 1011101 0 1010100 111111 1 101011001 1100001 111001

Color Harmonies of #FC295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC295D

Black with #FC295D

Text Example


Text Example

White with #FC295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC295D; }

 p { color: rgb(252,41,93); }

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

background-color css

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

 a { background-color: rgb(252,41,93); }

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

border-color css

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

 span { border-color: rgb(252,41,93); }

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