Html Css Color HEX #FD3A60 Radical Red

📋 copy color: '#FD3A60'

red 253 ◦ green 58 ◦ blue 96

#FD3A60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FD3A60

Tints of Radical Red #FD3A60

RGB

 RED value IS 253 (99.22% from 255) = 62.16%

 GREEN value IS 58 (23.05% from 255) = 14.25%

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 62.16%
G = 14.25%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD3A60 (or 0xFD3A60) is known color: Radical Red. HEX triplet: FD, 3A and 60. RGB value is (253,58,96). Sum of RGB (Red+Green+Blue) = 253+58+96=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3A60 is #02C59F. Grayscale: #787878. Windows color (decimal): -181664 or 6306557. OLE color: 6306557.

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

Color convert

RGB 253 58 96 -
CMYK 0 0.77 0.62 0.01
HSL 348.31º 0.98% 0.61% -
HSV(B) 348.31º 0.77% 0.99% -
XYZ 44.13 24.75 13.52 -
YUV 120.64 114.1 222.41 -
System Red Green Blue C M Y K H S L
Decimal 253 58 96 0 0.77 0.62 0.01 348.31 0.98 0.61
Hex FD 3A 60 0 4D 3E 1 15C 62 3D
Octal 375 72 140 0 115 76 1 534 142 75
Binary 11111101 111010 1100000 0 1001101 111110 1 101011100 1100010 111101

Color Harmonies of #FD3A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A60

Black with #FD3A60

Text Example


Text Example

White with #FD3A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A60; }

 p { color: rgb(253,58,96); }

 H1.HeaderClassName
 {
   color: #FD3A60;
 }
 .AnyTagClassName
 {
   color: #FD3A60;
 }
</style>

background-color css

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

 a { background-color: rgb(253,58,96); }

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

border-color css

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

 span { border-color: rgb(253,58,96); }

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