Html Css Color HEX #FC335B Radical Red

📋 copy color: '#FC335B'

red 252 ◦ green 51 ◦ blue 91

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

Shades of Radical Red #FC335B

Tints of Radical Red #FC335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.1%

R = 63.96%
G = 12.94%
B = 23.1%

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

#FC335B (or 0xFC335B) is known color: Radical Red. HEX triplet: FC, 33 and 5B. RGB value is (252,51,91). Sum of RGB (Red+Green+Blue) = 252+51+91=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC335B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC335B is #03CCA4. Grayscale: #737373. Windows color (decimal): -248997 or 5977084. OLE color: 5977084.

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

Color convert

RGB 252 51 91 -
CMYK 0 0.80 0.64 0.01
HSL 348.06º 0.97% 0.59% -
HSV(B) 348.06º 0.8% 0.99% -
XYZ 43.22 23.82 12.22 -
YUV 115.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 252 51 91 0 0.80 0.64 0.01 348.06 0.97 0.59
Hex FC 33 5B 0 50 40 1 15C 61 3B
Octal 374 63 133 0 120 100 1 534 141 73
Binary 11111100 110011 1011011 0 1010000 1000000 1 101011100 1100001 111011

Color Harmonies of #FC335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC335B

Black with #FC335B

Text Example


Text Example

White with #FC335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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