#FA434E

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

Shades of Radical Red #FA434E

Tints of Radical Red #FA434E

Color information

#FA434E (or 0xFA434E) is unknown color: approx Radical Red. HEX triplet: FA, 43 and 4E. RGB value is (250,67,78). Sum of RGB (Red+Green+Blue) = 250+67+78=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA434E is #05BCB1. Grayscale: #7B7B7B. Windows color (decimal): -375986 or 5129210. OLE color: 5129210.

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

Color convert

RGB2506778-
CMYK00.730.690.02
HSL356.39º94.82%62.16%-
HSV(B)356.39º73.2%98.04%-
XYZ42.8124.899.76-
YUV122.97102.63218.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.29%
GREEN value IS 67 (26.56% from 255) = 16.96%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=63.29%
G=16.96%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250677800.730.690.02356.3994.8262.16
HexFA434E0494521645f3e
Octal3721031160111105254413776
Binary1111101010000111001110010010011000101101011001001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA434E; }

 p { color: rgb(250,67,78); }

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

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

 a { background-color: rgb(250,67,78); }

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

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

 span { border-color: rgb(250,67,78); }

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