Html Css Color HEX #FC4261 Radical Red

📋 copy color: '#FC4261'

red 252 ◦ green 66 ◦ blue 97

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

Shades of Radical Red #FC4261

Tints of Radical Red #FC4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.9%

 BLUE value IS 97 (38.28% from 255) = 23.37%

R = 60.72%
G = 15.9%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC4261 (or 0xFC4261) is known color: Radical Red. HEX triplet: FC, 42 and 61. RGB value is (252,66,97). Sum of RGB (Red+Green+Blue) = 252+66+97=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4261 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4261 is #03BD9E. Grayscale: #7D7D7D. Windows color (decimal): -245151 or 6374140. OLE color: 6374140.

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

Color convert

RGB 252 66 97 -
CMYK 0 0.74 0.62 0.01
HSL 350º 0.97% 0.62% -
HSV(B) 350º 0.74% 0.99% -
XYZ 44.25 25.45 13.89 -
YUV 125.15 112.12 218.48 -
System Red Green Blue C M Y K H S L
Decimal 252 66 97 0 0.74 0.62 0.01 350 0.97 0.62
Hex FC 42 61 0 4A 3E 1 15E 61 3E
Octal 374 102 141 0 112 76 1 536 141 76
Binary 11111100 1000010 1100001 0 1001010 111110 1 101011110 1100001 111110

Color Harmonies of #FC4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4261

Black with #FC4261

Text Example


Text Example

White with #FC4261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4261; }

 p { color: rgb(252,66,97); }

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

background-color css

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

 a { background-color: rgb(252,66,97); }

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

border-color css

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

 span { border-color: rgb(252,66,97); }

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