#FD4269

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

Shades of Radical Red #FD4269

Tints of Radical Red #FD4269

Color information

#FD4269 (or 0xFD4269) is unknown color: approx Radical Red. HEX triplet: FD, 42 and 69. RGB value is (253,66,105). Sum of RGB (Red+Green+Blue) = 253+66+105=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4269 is #02BD96. Grayscale: #7E7E7E. Windows color (decimal): -179607 or 6898429. OLE color: 6898429.

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

Color convert

RGB25366105-
CMYK00.740.580.01
HSL347.49º97.91%62.55%-
HSV(B)347.49º73.91%99.22%-
XYZ45.0125.815.97-
YUV126.36115.95218.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.67%
GREEN value IS 66 (26.17% from 255) = 15.57%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=59.67%
G=15.57%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536610500.740.580.01347.4997.9162.55
HexFD426904A3A115b623f
Octal375102151011272153314277
Binary11111101100001011010010100101011101011010110111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4269; }

 p { color: rgb(253,66,105); }

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

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

 a { background-color: rgb(253,66,105); }

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

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

 span { border-color: rgb(253,66,105); }

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