Html Css Color HEX #FD2164 Radical Red

📋 copy color: '#FD2164'

red 253 ◦ green 33 ◦ blue 100

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

Shades of Radical Red #FD2164

Tints of Radical Red #FD2164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 65.54%
G = 8.55%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD2164 (or 0xFD2164) is known color: Radical Red. HEX triplet: FD, 21 and 64. RGB value is (253,33,100). Sum of RGB (Red+Green+Blue) = 253+33+100=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2164 is #02DE9B. Grayscale: #6A6A6A. Windows color (decimal): -188060 or 6562301. OLE color: 6562301.

HSL color Cylindrical-coordinate representation of color #FD2164: hue angle of 341.73º 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 #FD2164 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 33 100 -
CMYK 0 0.87 0.60 0.01
HSL 341.73º 0.98% 0.56% -
HSV(B) 341.73º 0.87% 0.99% -
XYZ 43.35 22.89 14.19 -
YUV 106.42 124.39 232.55 -
System Red Green Blue C M Y K H S L
Decimal 253 33 100 0 0.87 0.60 0.01 341.73 0.98 0.56
Hex FD 21 64 0 57 3C 1 156 62 38
Octal 375 41 144 0 127 74 1 526 142 70
Binary 11111101 100001 1100100 0 1010111 111100 1 101010110 1100010 111000

Color Harmonies of #FD2164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2164

Black with #FD2164

Text Example


Text Example

White with #FD2164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2164; }

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

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

background-color css

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

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

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

border-color css

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

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

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