#FD195A

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

Shades of Radical Red #FD195A

Tints of Radical Red #FD195A

Color information

#FD195A (or 0xFD195A) is unknown color: approx Radical Red. HEX triplet: FD, 19 and 5A. RGB value is (253,25,90). Sum of RGB (Red+Green+Blue) = 253+25+90=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD195A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD195A is #02E6A5. Grayscale: #646464. Windows color (decimal): -190118 or 5904893. OLE color: 5904893.

HSL color Cylindrical-coordinate representation of color #FD195A: hue angle of 342.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD195A is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB2532590-
CMYK00.900.640.01
HSL342.89º98.28%54.51%-
HSV(B)342.89º90.12%99.22%-
XYZ42.722.3211.73-
YUV100.58122.04236.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 68.75%
GREEN value IS 25 (10.16% from 255) = 6.79%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=68.75%
G=6.79%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253259000.900.640.01342.8998.2854.51
HexFD195A05A4011576237
Octal375311320132100152714267
Binary1111110111001101101001011010100000011010101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD195A; }

 p { color: rgb(253,25,90); }

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

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

 a { background-color: rgb(253,25,90); }

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

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

 span { border-color: rgb(253,25,90); }

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