Html Css Color HEX #FC375B Radical Red

📋 copy color: '#FC375B'

red 252 ◦ green 55 ◦ blue 91

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

Shades of Radical Red #FC375B

Tints of Radical Red #FC375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.82%

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

R = 63.32%
G = 13.82%
B = 22.86%

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

#FC375B (or 0xFC375B) is known color: Radical Red. HEX triplet: FC, 37 and 5B. RGB value is (252,55,91). Sum of RGB (Red+Green+Blue) = 252+55+91=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC375B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC375B is #03C8A4. Grayscale: #767676. Windows color (decimal): -247973 or 5978108. OLE color: 5978108.

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

Color convert

RGB 252 55 91 -
CMYK 0 0.78 0.64 0.01
HSL 349.04º 0.97% 0.6% -
HSV(B) 349.04º 0.78% 0.99% -
XYZ 43.4 24.18 12.28 -
YUV 118.01 112.77 223.57 -
System Red Green Blue C M Y K H S L
Decimal 252 55 91 0 0.78 0.64 0.01 349.04 0.97 0.6
Hex FC 37 5B 0 4E 40 1 15D 61 3C
Octal 374 67 133 0 116 100 1 535 141 74
Binary 11111100 110111 1011011 0 1001110 1000000 1 101011101 1100001 111100

Color Harmonies of #FC375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC375B

Black with #FC375B

Text Example


Text Example

White with #FC375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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