Html Css Color HEX #FC465A Radical Red

📋 copy color: '#FC465A'

red 252 ◦ green 70 ◦ blue 90

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

Shades of Radical Red #FC465A

Tints of Radical Red #FC465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.99%

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

R = 61.17%
G = 16.99%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC465A (or 0xFC465A) is known color: Radical Red. HEX triplet: FC, 46 and 5A. RGB value is (252,70,90). Sum of RGB (Red+Green+Blue) = 252+70+90=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC465A is #03B9A5. Grayscale: #7E7E7E. Windows color (decimal): -244134 or 5916412. OLE color: 5916412.

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

Color convert

RGB 252 70 90 -
CMYK 0 0.72 0.64 0.01
HSL 353.41º 0.97% 0.63% -
HSV(B) 353.41º 0.72% 0.99% -
XYZ 44.18 25.81 12.33 -
YUV 126.7 107.3 217.37 -
System Red Green Blue C M Y K H S L
Decimal 252 70 90 0 0.72 0.64 0.01 353.41 0.97 0.63
Hex FC 46 5A 0 48 40 1 161 61 3F
Octal 374 106 132 0 110 100 1 541 141 77
Binary 11111100 1000110 1011010 0 1001000 1000000 1 101100001 1100001 111111

Color Harmonies of #FC465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC465A

Black with #FC465A

Text Example


Text Example

White with #FC465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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