Html Css Color HEX #FC3A65 Radical Red

📋 copy color: '#FC3A65'

red 252 ◦ green 58 ◦ blue 101

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

Shades of Radical Red #FC3A65

Tints of Radical Red #FC3A65

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.11%

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

R = 61.31%
G = 14.11%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC3A65 (or 0xFC3A65) is known color: Radical Red. HEX triplet: FC, 3A and 65. RGB value is (252,58,101). Sum of RGB (Red+Green+Blue) = 252+58+101=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A65 is #03C59A. Grayscale: #787878. Windows color (decimal): -247195 or 6634236. OLE color: 6634236.

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

Color convert

RGB 252 58 101 -
CMYK 0 0.77 0.60 0.01
HSL 346.7º 0.97% 0.61% -
HSV(B) 346.7º 0.77% 0.99% -
XYZ 44.01 24.66 14.75 -
YUV 120.91 116.77 221.5 -
System Red Green Blue C M Y K H S L
Decimal 252 58 101 0 0.77 0.60 0.01 346.7 0.97 0.61
Hex FC 3A 65 0 4D 3C 1 15B 61 3D
Octal 374 72 145 0 115 74 1 533 141 75
Binary 11111100 111010 1100101 0 1001101 111100 1 101011011 1100001 111101

Color Harmonies of #FC3A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A65

Black with #FC3A65

Text Example


Text Example

White with #FC3A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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