Html Css Color HEX #FC385B Radical Red

📋 copy color: '#FC385B'

red 252 ◦ green 56 ◦ blue 91

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

Shades of Radical Red #FC385B

Tints of Radical Red #FC385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.04%

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

R = 63.16%
G = 14.04%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC385B (or 0xFC385B) is known color: Radical Red. HEX triplet: FC, 38 and 5B. RGB value is (252,56,91). Sum of RGB (Red+Green+Blue) = 252+56+91=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC385B is #03C7A4. Grayscale: #767676. Windows color (decimal): -247717 or 5978364. OLE color: 5978364.

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

Color convert

RGB 252 56 91 -
CMYK 0 0.78 0.64 0.01
HSL 349.29º 0.97% 0.6% -
HSV(B) 349.29º 0.78% 0.99% -
XYZ 43.45 24.28 12.29 -
YUV 118.59 112.43 223.15 -
System Red Green Blue C M Y K H S L
Decimal 252 56 91 0 0.78 0.64 0.01 349.29 0.97 0.6
Hex FC 38 5B 0 4E 40 1 15D 61 3C
Octal 374 70 133 0 116 100 1 535 141 74
Binary 11111100 111000 1011011 0 1001110 1000000 1 101011101 1100001 111100

Color Harmonies of #FC385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC385B

Black with #FC385B

Text Example


Text Example

White with #FC385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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