Html Css Color HEX #FC4B5D Radical Red

📋 copy color: '#FC4B5D'

red 252 ◦ green 75 ◦ blue 93

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

Shades of Radical Red #FC4B5D

Tints of Radical Red #FC4B5D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.86%

 BLUE value IS 93 (36.72% from 255) = 22.14%

R = 60%
G = 17.86%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC4B5D (or 0xFC4B5D) is known color: Radical Red. HEX triplet: FC, 4B and 5D. RGB value is (252,75,93). Sum of RGB (Red+Green+Blue) = 252+75+93=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4B5D is #03B4A2. Grayscale: #828282. Windows color (decimal): -242851 or 6114300. OLE color: 6114300.

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

Color convert

RGB 252 75 93 -
CMYK 0 0.70 0.63 0.01
HSL 353.9º 0.97% 0.64% -
HSV(B) 353.9º 0.7% 0.99% -
XYZ 44.64 26.52 13.12 -
YUV 129.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 252 75 93 0 0.70 0.63 0.01 353.9 0.97 0.64
Hex FC 4B 5D 0 46 3F 1 162 61 40
Octal 374 113 135 0 106 77 1 542 141 100
Binary 11111100 1001011 1011101 0 1000110 111111 1 101100010 1100001 1000000

Color Harmonies of #FC4B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4B5D

Black with #FC4B5D

Text Example


Text Example

White with #FC4B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4B5D; }

 p { color: rgb(252,75,93); }

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

background-color css

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

 a { background-color: rgb(252,75,93); }

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

border-color css

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

 span { border-color: rgb(252,75,93); }

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