Html Css Color HEX #FD3163 Radical Red

📋 copy color: '#FD3163'

red 253 ◦ green 49 ◦ blue 99

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

Shades of Radical Red #FD3163

Tints of Radical Red #FD3163

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.22%

 BLUE value IS 99 (39.06% from 255) = 24.69%

R = 63.09%
G = 12.22%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FD3163 (or 0xFD3163) is known color: Radical Red. HEX triplet: FD, 31 and 63. RGB value is (253,49,99). Sum of RGB (Red+Green+Blue) = 253+49+99=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3163 is #02CE9C. Grayscale: #737373. Windows color (decimal): -183965 or 6500861. OLE color: 6500861.

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

Color convert

RGB 253 49 99 -
CMYK 0 0.81 0.61 0.01
HSL 345.29º 0.98% 0.59% -
HSV(B) 345.29º 0.81% 0.99% -
XYZ 43.86 23.98 14.12 -
YUV 115.7 118.59 225.93 -
System Red Green Blue C M Y K H S L
Decimal 253 49 99 0 0.81 0.61 0.01 345.29 0.98 0.59
Hex FD 31 63 0 51 3D 1 159 62 3B
Octal 375 61 143 0 121 75 1 531 142 73
Binary 11111101 110001 1100011 0 1010001 111101 1 101011001 1100010 111011

Color Harmonies of #FD3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3163

Black with #FD3163

Text Example


Text Example

White with #FD3163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3163; }

 p { color: rgb(253,49,99); }

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

background-color css

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

 a { background-color: rgb(253,49,99); }

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

border-color css

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

 span { border-color: rgb(253,49,99); }

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