Html Css Color HEX #FC335A Radical Red

📋 copy color: '#FC335A'

red 252 ◦ green 51 ◦ blue 90

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

Shades of Radical Red #FC335A

Tints of Radical Red #FC335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 64.12%
G = 12.98%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC335A (or 0xFC335A) is known color: Radical Red. HEX triplet: FC, 33 and 5A. RGB value is (252,51,90). Sum of RGB (Red+Green+Blue) = 252+51+90=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC335A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC335A is #03CCA5. Grayscale: #737373. Windows color (decimal): -248998 or 5911548. OLE color: 5911548.

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

Color convert

RGB 252 51 90 -
CMYK 0 0.80 0.64 0.01
HSL 348.36º 0.97% 0.59% -
HSV(B) 348.36º 0.8% 0.99% -
XYZ 43.17 23.8 11.99 -
YUV 115.55 113.59 225.33 -
System Red Green Blue C M Y K H S L
Decimal 252 51 90 0 0.80 0.64 0.01 348.36 0.97 0.59
Hex FC 33 5A 0 50 40 1 15C 61 3B
Octal 374 63 132 0 120 100 1 534 141 73
Binary 11111100 110011 1011010 0 1010000 1000000 1 101011100 1100001 111011

Color Harmonies of #FC335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC335A

Black with #FC335A

Text Example


Text Example

White with #FC335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC335A; }

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

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

background-color css

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

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

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

border-color css

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

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

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