Html Css Color HEX #FC2074 Radical Red

📋 copy color: '#FC2074'

red 252 ◦ green 32 ◦ blue 116

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

Shades of Radical Red #FC2074

Tints of Radical Red #FC2074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8%

 BLUE value IS 116 (45.7% from 255) = 29%

R = 63%
G = 8%
B = 29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC2074 (or 0xFC2074) is known color: Radical Red. HEX triplet: FC, 20 and 74. RGB value is (252,32,116). Sum of RGB (Red+Green+Blue) = 252+32+116=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2074 is #03DF8B. Grayscale: #6B6B6B. Windows color (decimal): -253836 or 7610620. OLE color: 7610620.

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

Color convert

RGB 252 32 116 -
CMYK 0 0.87 0.54 0.01
HSL 337.09º 0.97% 0.56% -
HSV(B) 337.09º 0.87% 0.99% -
XYZ 43.81 22.99 18.65 -
YUV 107.36 132.89 231.17 -
System Red Green Blue C M Y K H S L
Decimal 252 32 116 0 0.87 0.54 0.01 337.09 0.97 0.56
Hex FC 20 74 0 57 36 1 151 61 38
Octal 374 40 164 0 127 66 1 521 141 70
Binary 11111100 100000 1110100 0 1010111 110110 1 101010001 1100001 111000

Color Harmonies of #FC2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2074

Black with #FC2074

Text Example


Text Example

White with #FC2074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2074; }

 p { color: rgb(252,32,116); }

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

background-color css

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

 a { background-color: rgb(252,32,116); }

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

border-color css

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

 span { border-color: rgb(252,32,116); }

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