Html Css Color HEX #FC205B Radical Red

📋 copy color: '#FC205B'

red 252 ◦ green 32 ◦ blue 91

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

Shades of Radical Red #FC205B

Tints of Radical Red #FC205B

RGB

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

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

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

R = 67.2%
G = 8.53%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC205B (or 0xFC205B) is known color: Radical Red. HEX triplet: FC, 20 and 5B. RGB value is (252,32,91). Sum of RGB (Red+Green+Blue) = 252+32+91=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC205B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC205B is #03DFA4. Grayscale: #686868. Windows color (decimal): -253861 or 5972220. OLE color: 5972220.

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

Color convert

RGB 252 32 91 -
CMYK 0 0.87 0.64 0.01
HSL 343.91º 0.97% 0.56% -
HSV(B) 343.91º 0.87% 0.99% -
XYZ 42.55 22.48 11.99 -
YUV 104.51 120.39 233.2 -
System Red Green Blue C M Y K H S L
Decimal 252 32 91 0 0.87 0.64 0.01 343.91 0.97 0.56
Hex FC 20 5B 0 57 40 1 158 61 38
Octal 374 40 133 0 127 100 1 530 141 70
Binary 11111100 100000 1011011 0 1010111 1000000 1 101011000 1100001 111000

Color Harmonies of #FC205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC205B

Black with #FC205B

Text Example


Text Example

White with #FC205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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