Html Css Color HEX #FC4365 Radical Red

📋 copy color: '#FC4365'

red 252 ◦ green 67 ◦ blue 101

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

Shades of Radical Red #FC4365

Tints of Radical Red #FC4365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.95%

 BLUE value IS 101 (39.84% from 255) = 24.05%

R = 60%
G = 15.95%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC4365 (or 0xFC4365) is known color: Radical Red. HEX triplet: FC, 43 and 65. RGB value is (252,67,101). Sum of RGB (Red+Green+Blue) = 252+67+101=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4365 is #03BC9A. Grayscale: #7E7E7E. Windows color (decimal): -244891 or 6636540. OLE color: 6636540.

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

Color convert

RGB 252 67 101 -
CMYK 0 0.73 0.60 0.01
HSL 348.97º 0.97% 0.63% -
HSV(B) 348.97º 0.73% 0.99% -
XYZ 44.5 25.65 14.92 -
YUV 126.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 252 67 101 0 0.73 0.60 0.01 348.97 0.97 0.63
Hex FC 43 65 0 49 3C 1 15D 61 3F
Octal 374 103 145 0 111 74 1 535 141 77
Binary 11111100 1000011 1100101 0 1001001 111100 1 101011101 1100001 111111

Color Harmonies of #FC4365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4365

Black with #FC4365

Text Example


Text Example

White with #FC4365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4365; }

 p { color: rgb(252,67,101); }

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

background-color css

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

 a { background-color: rgb(252,67,101); }

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

border-color css

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

 span { border-color: rgb(252,67,101); }

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