Html Css Color HEX #FD2163 Radical Red

📋 copy color: '#FD2163'

red 253 ◦ green 33 ◦ blue 99

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

Shades of Radical Red #FD2163

Tints of Radical Red #FD2163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.57%

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

R = 65.71%
G = 8.57%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FD2163 (or 0xFD2163) is known color: Radical Red. HEX triplet: FD, 21 and 63. RGB value is (253,33,99). Sum of RGB (Red+Green+Blue) = 253+33+99=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2163 is #02DE9C. Grayscale: #6A6A6A. Windows color (decimal): -188061 or 6496765. OLE color: 6496765.

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

Color convert

RGB 253 33 99 -
CMYK 0 0.87 0.61 0.01
HSL 342º 0.98% 0.56% -
HSV(B) 342º 0.87% 0.99% -
XYZ 43.3 22.87 13.94 -
YUV 106.3 123.89 232.63 -
System Red Green Blue C M Y K H S L
Decimal 253 33 99 0 0.87 0.61 0.01 342 0.98 0.56
Hex FD 21 63 0 57 3D 1 156 62 38
Octal 375 41 143 0 127 75 1 526 142 70
Binary 11111101 100001 1100011 0 1010111 111101 1 101010110 1100010 111000

Color Harmonies of #FD2163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2163

Black with #FD2163

Text Example


Text Example

White with #FD2163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2163; }

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

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

background-color css

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

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

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

border-color css

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

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

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