Html Css Color HEX #FD2E64 Radical Red

📋 copy color: '#FD2E64'

red 253 ◦ green 46 ◦ blue 100

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

Shades of Radical Red #FD2E64

Tints of Radical Red #FD2E64

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.53%

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

R = 63.41%
G = 11.53%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD2E64 (or 0xFD2E64) is known color: Radical Red. HEX triplet: FD, 2E and 64. RGB value is (253,46,100). Sum of RGB (Red+Green+Blue) = 253+46+100=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2E64 is #02D19B. Grayscale: #727272. Windows color (decimal): -184732 or 6565629. OLE color: 6565629.

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

Color convert

RGB 253 46 100 -
CMYK 0 0.82 0.60 0.01
HSL 344.35º 0.98% 0.59% -
HSV(B) 344.35º 0.82% 0.99% -
XYZ 43.79 23.76 14.33 -
YUV 114.05 120.08 227.11 -
System Red Green Blue C M Y K H S L
Decimal 253 46 100 0 0.82 0.60 0.01 344.35 0.98 0.59
Hex FD 2E 64 0 52 3C 1 158 62 3B
Octal 375 56 144 0 122 74 1 530 142 73
Binary 11111101 101110 1100100 0 1010010 111100 1 101011000 1100010 111011

Color Harmonies of #FD2E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E64

Black with #FD2E64

Text Example


Text Example

White with #FD2E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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