Html Css Color HEX #FC334F Radical Red

📋 copy color: '#FC334F'

red 252 ◦ green 51 ◦ blue 79

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

Shades of Radical Red #FC334F

Tints of Radical Red #FC334F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 65.97%
G = 13.35%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC334F (or 0xFC334F) is known color: Radical Red. HEX triplet: FC, 33 and 4F. RGB value is (252,51,79). Sum of RGB (Red+Green+Blue) = 252+51+79=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC334F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC334F is #03CCB0. Grayscale: #727272. Windows color (decimal): -249009 or 5190652. OLE color: 5190652.

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

Color convert

RGB 252 51 79 -
CMYK 0 0.80 0.69 0.01
HSL 351.64º 0.97% 0.59% -
HSV(B) 351.64º 0.8% 0.99% -
XYZ 42.74 23.63 9.71 -
YUV 114.29 108.09 226.22 -
System Red Green Blue C M Y K H S L
Decimal 252 51 79 0 0.80 0.69 0.01 351.64 0.97 0.59
Hex FC 33 4F 0 50 45 1 160 61 3B
Octal 374 63 117 0 120 105 1 540 141 73
Binary 11111100 110011 1001111 0 1010000 1000101 1 101100000 1100001 111011

Color Harmonies of #FC334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC334F

Black with #FC334F

Text Example


Text Example

White with #FC334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC334F; }

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

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

background-color css

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

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

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

border-color css

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

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

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