Html Css Color HEX #FA374C Radical Red

📋 copy color: '#FA374C'

red 250 ◦ green 55 ◦ blue 76

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

Shades of Radical Red #FA374C

Tints of Radical Red #FA374C

RGB

 RED value IS 250 (98.05% from 255) = 65.62%

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

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 65.62%
G = 14.44%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA374C (or 0xFA374C) is known color: Radical Red. HEX triplet: FA, 37 and 4C. RGB value is (250,55,76). Sum of RGB (Red+Green+Blue) = 250+55+76=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA374C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA374C is #05C8B3. Grayscale: #737373. Windows color (decimal): -379060 or 4995066. OLE color: 4995066.

HSL color Cylindrical-coordinate representation of color #FA374C: hue angle of 353.54º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA374C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 55 76 -
CMYK 0 0.78 0.70 0.02
HSL 353.54º 0.95% 0.6% -
HSV(B) 353.54º 0.78% 0.98% -
XYZ 42.1 23.58 9.17 -
YUV 115.7 105.6 223.79 -
System Red Green Blue C M Y K H S L
Decimal 250 55 76 0 0.78 0.70 0.02 353.54 0.95 0.6
Hex FA 37 4C 0 4E 46 2 162 5F 3C
Octal 372 67 114 0 116 106 2 542 137 74
Binary 11111010 110111 1001100 0 1001110 1000110 10 101100010 1011111 111100

Color Harmonies of #FA374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA374C

Black with #FA374C

Text Example


Text Example

White with #FA374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA374C; }

 p { color: rgb(250,55,76); }

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

background-color css

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

 a { background-color: rgb(250,55,76); }

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

border-color css

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

 span { border-color: rgb(250,55,76); }

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