#F9384A

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

Shades of Radical Red #F9384A

Tints of Radical Red #F9384A

Color information

#F9384A (or 0xF9384A) is unknown color: approx Radical Red. HEX triplet: F9, 38 and 4A. RGB value is (249,56,74). Sum of RGB (Red+Green+Blue) = 249+56+74=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9384A is #06C7B5. Grayscale: #737373. Windows color (decimal): -444342 or 4864249. OLE color: 4864249.

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

Color convert

RGB2495674-
CMYK00.780.700.02
HSL354.4º94.15%59.8%-
HSV(B)354.4º77.51%97.65%-
XYZ41.7223.468.81-
YUV115.76104.44223.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.70%
GREEN value IS 56 (22.27% from 255) = 14.78%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=65.70%
G=14.78%
B=19.53%

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
Decimal249567400.780.700.02354.494.1559.8
HexF9384A04E4621625e3c
Octal371701120116106254213674
Binary111110011110001001010010011101000110101011000101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9384A; }

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

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

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

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

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

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

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

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