Html Css Color HEX #FC295E Radical Red

📋 copy color: '#FC295E'

red 252 ◦ green 41 ◦ blue 94

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

Shades of Radical Red #FC295E

Tints of Radical Red #FC295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.29%

R = 65.12%
G = 10.59%
B = 24.29%

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

#FC295E (or 0xFC295E) is known color: Radical Red. HEX triplet: FC, 29 and 5E. RGB value is (252,41,94). Sum of RGB (Red+Green+Blue) = 252+41+94=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC295E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC295E is #03D6A1. Grayscale: #6E6E6E. Windows color (decimal): -251554 or 6171132. OLE color: 6171132.

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

Color convert

RGB 252 41 94 -
CMYK 0 0.84 0.63 0.01
HSL 344.93º 0.97% 0.57% -
HSV(B) 344.93º 0.84% 0.99% -
XYZ 42.96 23.09 12.78 -
YUV 110.13 118.9 229.19 -
System Red Green Blue C M Y K H S L
Decimal 252 41 94 0 0.84 0.63 0.01 344.93 0.97 0.57
Hex FC 29 5E 0 54 3F 1 159 61 39
Octal 374 51 136 0 124 77 1 531 141 71
Binary 11111100 101001 1011110 0 1010100 111111 1 101011001 1100001 111001

Color Harmonies of #FC295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC295E

Black with #FC295E

Text Example


Text Example

White with #FC295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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