Html Css Color HEX #FC3C4B Radical Red

📋 copy color: '#FC3C4B'

red 252 ◦ green 60 ◦ blue 75

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

Shades of Radical Red #FC3C4B

Tints of Radical Red #FC3C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.5%

 BLUE value IS 75 (29.69% from 255) = 19.38%

R = 65.12%
G = 15.5%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC3C4B (or 0xFC3C4B) is known color: Radical Red. HEX triplet: FC, 3C and 4B. RGB value is (252,60,75). Sum of RGB (Red+Green+Blue) = 252+60+75=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C4B is #03C3B4. Grayscale: #777777. Windows color (decimal): -246709 or 4930812. OLE color: 4930812.

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

Color convert

RGB 252 60 75 -
CMYK 0 0.76 0.70 0.01
HSL 355.31º 0.97% 0.61% -
HSV(B) 355.31º 0.76% 0.99% -
XYZ 43.03 24.44 9.11 -
YUV 119.12 103.11 222.78 -
System Red Green Blue C M Y K H S L
Decimal 252 60 75 0 0.76 0.70 0.01 355.31 0.97 0.61
Hex FC 3C 4B 0 4C 46 1 163 61 3D
Octal 374 74 113 0 114 106 1 543 141 75
Binary 11111100 111100 1001011 0 1001100 1000110 1 101100011 1100001 111101

Color Harmonies of #FC3C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C4B

Black with #FC3C4B

Text Example


Text Example

White with #FC3C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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