Html Css Color HEX #FC505C Radical Red

📋 copy color: '#FC505C'

red 252 ◦ green 80 ◦ blue 92

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

Shades of Radical Red #FC505C

Tints of Radical Red #FC505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.87%

 BLUE value IS 92 (36.33% from 255) = 21.7%

R = 59.43%
G = 18.87%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC505C (or 0xFC505C) is known color: Radical Red. HEX triplet: FC, 50 and 5C. RGB value is (252,80,92). Sum of RGB (Red+Green+Blue) = 252+80+92=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC505C is #03AFA3. Grayscale: #848484. Windows color (decimal): -241572 or 6050044. OLE color: 6050044.

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

Color convert

RGB 252 80 92 -
CMYK 0 0.68 0.63 0.01
HSL 355.81º 0.97% 0.65% -
HSV(B) 355.81º 0.68% 0.99% -
XYZ 44.95 27.21 13.01 -
YUV 132.8 104.98 213.02 -
System Red Green Blue C M Y K H S L
Decimal 252 80 92 0 0.68 0.63 0.01 355.81 0.97 0.65
Hex FC 50 5C 0 44 3F 1 164 61 41
Octal 374 120 134 0 104 77 1 544 141 101
Binary 11111100 1010000 1011100 0 1000100 111111 1 101100100 1100001 1000001

Color Harmonies of #FC505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC505C

Black with #FC505C

Text Example


Text Example

White with #FC505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC505C; }

 p { color: rgb(252,80,92); }

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

background-color css

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

 a { background-color: rgb(252,80,92); }

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

border-color css

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

 span { border-color: rgb(252,80,92); }

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