#FA4769

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

Shades of Radical Red #FA4769

Tints of Radical Red #FA4769

Color information

#FA4769 (or 0xFA4769) is unknown color: approx Radical Red. HEX triplet: FA, 47 and 69. RGB value is (250,71,105). Sum of RGB (Red+Green+Blue) = 250+71+105=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4769 is #05B896. Grayscale: #808080. Windows color (decimal): -374935 or 6899706. OLE color: 6899706.

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

Color convert

RGB25071105-
CMYK00.720.580.02
HSL348.6º94.71%62.94%-
HSV(B)348.6º71.6%98.04%-
XYZ44.2325.8516.02-
YUV128.4114.8214.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.69%
GREEN value IS 71 (28.12% from 255) = 16.67%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=58.69%
G=16.67%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507110500.720.580.02348.694.7162.94
HexFA47690483A215d5f3f
Octal372107151011072253513777
Binary111110101000111110100101001000111010101010111011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4769; }

 p { color: rgb(250,71,105); }

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

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

 a { background-color: rgb(250,71,105); }

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

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

 span { border-color: rgb(250,71,105); }

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