Html Css Color HEX #FC385A Radical Red

📋 copy color: '#FC385A'

red 252 ◦ green 56 ◦ blue 90

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

Shades of Radical Red #FC385A

Tints of Radical Red #FC385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.61%

R = 63.32%
G = 14.07%
B = 22.61%

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

#FC385A (or 0xFC385A) is known color: Radical Red. HEX triplet: FC, 38 and 5A. RGB value is (252,56,90). Sum of RGB (Red+Green+Blue) = 252+56+90=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC385A is #03C7A5. Grayscale: #767676. Windows color (decimal): -247718 or 5912828. OLE color: 5912828.

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

Color convert

RGB 252 56 90 -
CMYK 0 0.78 0.64 0.01
HSL 349.59º 0.97% 0.6% -
HSV(B) 349.59º 0.78% 0.99% -
XYZ 43.4 24.26 12.07 -
YUV 118.48 111.93 223.24 -
System Red Green Blue C M Y K H S L
Decimal 252 56 90 0 0.78 0.64 0.01 349.59 0.97 0.6
Hex FC 38 5A 0 4E 40 1 15E 61 3C
Octal 374 70 132 0 116 100 1 536 141 74
Binary 11111100 111000 1011010 0 1001110 1000000 1 101011110 1100001 111100

Color Harmonies of #FC385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC385A

Black with #FC385A

Text Example


Text Example

White with #FC385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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