Html Css Color HEX #FC195A Radical Red

📋 copy color: '#FC195A'

red 252 ◦ green 25 ◦ blue 90

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

Shades of Radical Red #FC195A

Tints of Radical Red #FC195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.81%

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 68.66%
G = 6.81%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC195A (or 0xFC195A) is known color: Radical Red. HEX triplet: FC, 19 and 5A. RGB value is (252,25,90). Sum of RGB (Red+Green+Blue) = 252+25+90=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC195A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC195A is #03E6A5. Grayscale: #646464. Windows color (decimal): -255654 or 5904892. OLE color: 5904892.

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

Color convert

RGB 252 25 90 -
CMYK 0 0.90 0.64 0.01
HSL 342.82º 0.97% 0.54% -
HSV(B) 342.82º 0.9% 0.99% -
XYZ 42.34 22.13 11.71 -
YUV 100.28 122.21 236.21 -
System Red Green Blue C M Y K H S L
Decimal 252 25 90 0 0.90 0.64 0.01 342.82 0.97 0.54
Hex FC 19 5A 0 5A 40 1 157 61 36
Octal 374 31 132 0 132 100 1 527 141 66
Binary 11111100 11001 1011010 0 1011010 1000000 1 101010111 1100001 110110

Color Harmonies of #FC195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC195A

Black with #FC195A

Text Example


Text Example

White with #FC195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC195A; }

 p { color: rgb(252,25,90); }

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

background-color css

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

 a { background-color: rgb(252,25,90); }

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

border-color css

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

 span { border-color: rgb(252,25,90); }

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