Html Css Color HEX #FD2463 Radical Red

📋 copy color: '#FD2463'

red 253 ◦ green 36 ◦ blue 99

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

Shades of Radical Red #FD2463

Tints of Radical Red #FD2463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.28%

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

R = 65.21%
G = 9.28%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FD2463 (or 0xFD2463) is known color: Radical Red. HEX triplet: FD, 24 and 63. RGB value is (253,36,99). Sum of RGB (Red+Green+Blue) = 253+36+99=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2463 is #02DB9C. Grayscale: #6C6C6C. Windows color (decimal): -187293 or 6497533. OLE color: 6497533.

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

Color convert

RGB 253 36 99 -
CMYK 0 0.86 0.61 0.01
HSL 342.58º 0.98% 0.57% -
HSV(B) 342.58º 0.86% 0.99% -
XYZ 43.39 23.05 13.97 -
YUV 108.07 122.89 231.38 -
System Red Green Blue C M Y K H S L
Decimal 253 36 99 0 0.86 0.61 0.01 342.58 0.98 0.57
Hex FD 24 63 0 56 3D 1 157 62 39
Octal 375 44 143 0 126 75 1 527 142 71
Binary 11111101 100100 1100011 0 1010110 111101 1 101010111 1100010 111001

Color Harmonies of #FD2463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2463

Black with #FD2463

Text Example


Text Example

White with #FD2463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2463; }

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

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

background-color css

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

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

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

border-color css

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

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

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