Html Css Color HEX #FC3863 Radical Red

📋 copy color: '#FC3863'

red 252 ◦ green 56 ◦ blue 99

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

Shades of Radical Red #FC3863

Tints of Radical Red #FC3863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.76%

 BLUE value IS 99 (39.06% from 255) = 24.32%

R = 61.92%
G = 13.76%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC3863 (or 0xFC3863) is known color: Radical Red. HEX triplet: FC, 38 and 63. RGB value is (252,56,99). Sum of RGB (Red+Green+Blue) = 252+56+99=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3863 is #03C79C. Grayscale: #777777. Windows color (decimal): -247709 or 6502652. OLE color: 6502652.

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

Color convert

RGB 252 56 99 -
CMYK 0 0.78 0.61 0.01
HSL 346.84º 0.97% 0.6% -
HSV(B) 346.84º 0.78% 0.99% -
XYZ 43.81 24.42 14.21 -
YUV 119.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 252 56 99 0 0.78 0.61 0.01 346.84 0.97 0.6
Hex FC 38 63 0 4E 3D 1 15B 61 3C
Octal 374 70 143 0 116 75 1 533 141 74
Binary 11111100 111000 1100011 0 1001110 111101 1 101011011 1100001 111100

Color Harmonies of #FC3863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3863

Black with #FC3863

Text Example


Text Example

White with #FC3863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3863; }

 p { color: rgb(252,56,99); }

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

background-color css

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

 a { background-color: rgb(252,56,99); }

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

border-color css

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

 span { border-color: rgb(252,56,99); }

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