Html Css Color HEX #FC415A Radical Red

📋 copy color: '#FC415A'

red 252 ◦ green 65 ◦ blue 90

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

Shades of Radical Red #FC415A

Tints of Radical Red #FC415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

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

R = 61.92%
G = 15.97%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC415A (or 0xFC415A) is known color: Radical Red. HEX triplet: FC, 41 and 5A. RGB value is (252,65,90). Sum of RGB (Red+Green+Blue) = 252+65+90=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC415A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC415A is #03BEA5. Grayscale: #7B7B7B. Windows color (decimal): -245414 or 5915132. OLE color: 5915132.

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

Color convert

RGB 252 65 90 -
CMYK 0 0.74 0.64 0.01
HSL 351.98º 0.97% 0.62% -
HSV(B) 351.98º 0.74% 0.99% -
XYZ 43.88 25.21 12.23 -
YUV 123.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 252 65 90 0 0.74 0.64 0.01 351.98 0.97 0.62
Hex FC 41 5A 0 4A 40 1 160 61 3E
Octal 374 101 132 0 112 100 1 540 141 76
Binary 11111100 1000001 1011010 0 1001010 1000000 1 101100000 1100001 111110

Color Harmonies of #FC415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC415A

Black with #FC415A

Text Example


Text Example

White with #FC415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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