Html Css Color HEX #FC395B Radical Red

📋 copy color: '#FC395B'

red 252 ◦ green 57 ◦ blue 91

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

Shades of Radical Red #FC395B

Tints of Radical Red #FC395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.25%

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

R = 63%
G = 14.25%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC395B (or 0xFC395B) is known color: Radical Red. HEX triplet: FC, 39 and 5B. RGB value is (252,57,91). Sum of RGB (Red+Green+Blue) = 252+57+91=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC395B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC395B is #03C6A4. Grayscale: #777777. Windows color (decimal): -247461 or 5978620. OLE color: 5978620.

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

Color convert

RGB 252 57 91 -
CMYK 0 0.77 0.64 0.01
HSL 349.54º 0.97% 0.61% -
HSV(B) 349.54º 0.77% 0.99% -
XYZ 43.5 24.38 12.31 -
YUV 119.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 252 57 91 0 0.77 0.64 0.01 349.54 0.97 0.61
Hex FC 39 5B 0 4D 40 1 15E 61 3D
Octal 374 71 133 0 115 100 1 536 141 75
Binary 11111100 111001 1011011 0 1001101 1000000 1 101011110 1100001 111101

Color Harmonies of #FC395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC395B

Black with #FC395B

Text Example


Text Example

White with #FC395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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