Html Css Color HEX #FC3365 Radical Red

📋 copy color: '#FC3365'

red 252 ◦ green 51 ◦ blue 101

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

Shades of Radical Red #FC3365

Tints of Radical Red #FC3365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.62%

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

R = 62.38%
G = 12.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC3365 (or 0xFC3365) is known color: Radical Red. HEX triplet: FC, 33 and 65. RGB value is (252,51,101). Sum of RGB (Red+Green+Blue) = 252+51+101=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3365 is #03CC9A. Grayscale: #747474. Windows color (decimal): -248987 or 6632444. OLE color: 6632444.

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

Color convert

RGB 252 51 101 -
CMYK 0 0.80 0.60 0.01
HSL 345.07º 0.97% 0.59% -
HSV(B) 345.07º 0.8% 0.99% -
XYZ 43.68 24 14.64 -
YUV 116.8 119.09 224.43 -
System Red Green Blue C M Y K H S L
Decimal 252 51 101 0 0.80 0.60 0.01 345.07 0.97 0.59
Hex FC 33 65 0 50 3C 1 159 61 3B
Octal 374 63 145 0 120 74 1 531 141 73
Binary 11111100 110011 1100101 0 1010000 111100 1 101011001 1100001 111011

Color Harmonies of #FC3365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3365

Black with #FC3365

Text Example


Text Example

White with #FC3365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3365; }

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

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

background-color css

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

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

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

border-color css

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

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

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