Html Css Color HEX #FC2752 Radical Red

📋 copy color: '#FC2752'

red 252 ◦ green 39 ◦ blue 82

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

Shades of Radical Red #FC2752

Tints of Radical Red #FC2752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.46%

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 67.56%
G = 10.46%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC2752 (or 0xFC2752) is known color: Radical Red. HEX triplet: FC, 27 and 52. RGB value is (252,39,82). Sum of RGB (Red+Green+Blue) = 252+39+82=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2752 is #03D8AD. Grayscale: #6B6B6B. Windows color (decimal): -252078 or 5384188. OLE color: 5384188.

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

Color convert

RGB 252 39 82 -
CMYK 0 0.85 0.67 0.01
HSL 347.89º 0.97% 0.57% -
HSV(B) 347.89º 0.85% 0.99% -
XYZ 42.39 22.76 10.14 -
YUV 107.59 113.57 231 -
System Red Green Blue C M Y K H S L
Decimal 252 39 82 0 0.85 0.67 0.01 347.89 0.97 0.57
Hex FC 27 52 0 55 43 1 15C 61 39
Octal 374 47 122 0 125 103 1 534 141 71
Binary 11111100 100111 1010010 0 1010101 1000011 1 101011100 1100001 111001

Color Harmonies of #FC2752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2752

Black with #FC2752

Text Example


Text Example

White with #FC2752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2752; }

 p { color: rgb(252,39,82); }

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

background-color css

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

 a { background-color: rgb(252,39,82); }

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

border-color css

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

 span { border-color: rgb(252,39,82); }

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