Html Css Color HEX #FA364C Radical Red

📋 copy color: '#FA364C'

red 250 ◦ green 54 ◦ blue 76

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

Shades of Radical Red #FA364C

Tints of Radical Red #FA364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

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

R = 65.79%
G = 14.21%
B = 20%

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

#FA364C (or 0xFA364C) is known color: Radical Red. HEX triplet: FA, 36 and 4C. RGB value is (250,54,76). Sum of RGB (Red+Green+Blue) = 250+54+76=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA364C is #05C9B3. Grayscale: #737373. Windows color (decimal): -379316 or 4994810. OLE color: 4994810.

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

Color convert

RGB 250 54 76 -
CMYK 0 0.78 0.70 0.02
HSL 353.27º 0.95% 0.6% -
HSV(B) 353.27º 0.78% 0.98% -
XYZ 42.05 23.48 9.15 -
YUV 115.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 250 54 76 0 0.78 0.70 0.02 353.27 0.95 0.6
Hex FA 36 4C 0 4E 46 2 161 5F 3C
Octal 372 66 114 0 116 106 2 541 137 74
Binary 11111010 110110 1001100 0 1001110 1000110 10 101100001 1011111 111100

Color Harmonies of #FA364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA364C

Black with #FA364C

Text Example


Text Example

White with #FA364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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