Html Css Color HEX #FC1A60 Radical Red

📋 copy color: '#FC1A60'

red 252 ◦ green 26 ◦ blue 96

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

Shades of Radical Red #FC1A60

Tints of Radical Red #FC1A60

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

 BLUE value IS 96 (37.89% from 255) = 25.67%

R = 67.38%
G = 6.95%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC1A60 (or 0xFC1A60) is known color: Radical Red. HEX triplet: FC, 1A and 60. RGB value is (252,26,96). Sum of RGB (Red+Green+Blue) = 252+26+96=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A60 is #03E59F. Grayscale: #656565. Windows color (decimal): -255392 or 6298364. OLE color: 6298364.

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

Color convert

RGB 252 26 96 -
CMYK 0 0.90 0.62 0.01
HSL 341.42º 0.97% 0.55% -
HSV(B) 341.42º 0.9% 0.99% -
XYZ 42.63 22.28 13.12 -
YUV 101.55 124.87 235.31 -
System Red Green Blue C M Y K H S L
Decimal 252 26 96 0 0.90 0.62 0.01 341.42 0.97 0.55
Hex FC 1A 60 0 5A 3E 1 155 61 37
Octal 374 32 140 0 132 76 1 525 141 67
Binary 11111100 11010 1100000 0 1011010 111110 1 101010101 1100001 110111

Color Harmonies of #FC1A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A60

Black with #FC1A60

Text Example


Text Example

White with #FC1A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A60; }

 p { color: rgb(252,26,96); }

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

background-color css

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

 a { background-color: rgb(252,26,96); }

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

border-color css

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

 span { border-color: rgb(252,26,96); }

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