#fa384a

Color #FA384A Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FA384A

Tints of Radical Red #FA384A

Color information

#FA384A (or 0xFA384A) is unknown color: approx Radical Red. HEX triplet: FA, 38 and 4A. RGB value is (250,56,74). Sum of RGB (Red+Green+Blue) = 250+56+74=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA384A is #05C7B5. Grayscale: #747474. Windows color (decimal): -378806 or 4864250. OLE color: 4864250.

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

Color convert

RGB2505674-
CMYK00.780.700.02
HSL354.43º95.1%60%-
HSV(B)354.43º77.6%98.04%-
XYZ42.0723.658.83-
YUV116.06104.27223.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 65.79%
GREEN value IS 56 (22.27% from 255) = 14.74%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=65.79%
G=14.74%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250567400.780.700.02354.4395.160
HexFA384A04E4621625f3c
Octal372701120116106254213774
Binary111110101110001001010010011101000110101011000101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa384a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa384a; }

 p { color: rgb(250,56,74); }

 H1.HeaderClassName
 {
   color: #fa384a;
 }
 .AnyTagClassName
 {
   color: #fa384a;
 }
</style>
background-color css

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

 a { background-color: rgb(250,56,74); }

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

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

 span { border-color: rgb(250,56,74); }

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