Html Css Color HEX #FD2464 Radical Red

📋 copy color: '#FD2464'

red 253 ◦ green 36 ◦ blue 100

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

Shades of Radical Red #FD2464

Tints of Radical Red #FD2464

RGB

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

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

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

R = 65.04%
G = 9.25%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD2464 (or 0xFD2464) is known color: Radical Red. HEX triplet: FD, 24 and 64. RGB value is (253,36,100). Sum of RGB (Red+Green+Blue) = 253+36+100=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2464 is #02DB9B. Grayscale: #6C6C6C. Windows color (decimal): -187292 or 6563069. OLE color: 6563069.

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

Color convert

RGB 253 36 100 -
CMYK 0 0.86 0.60 0.01
HSL 342.3º 0.98% 0.57% -
HSV(B) 342.3º 0.86% 0.99% -
XYZ 43.44 23.06 14.22 -
YUV 108.18 123.39 231.3 -
System Red Green Blue C M Y K H S L
Decimal 253 36 100 0 0.86 0.60 0.01 342.3 0.98 0.57
Hex FD 24 64 0 56 3C 1 156 62 39
Octal 375 44 144 0 126 74 1 526 142 71
Binary 11111101 100100 1100100 0 1010110 111100 1 101010110 1100010 111001

Color Harmonies of #FD2464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2464

Black with #FD2464

Text Example


Text Example

White with #FD2464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2464; }

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

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

background-color css

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

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

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

border-color css

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

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

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