Html Css Color HEX #FD1963 Radical Red

📋 copy color: '#FD1963'

red 253 ◦ green 25 ◦ blue 99

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

Shades of Radical Red #FD1963

Tints of Radical Red #FD1963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.63%

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

R = 67.11%
G = 6.63%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FD1963 (or 0xFD1963) is known color: Radical Red. HEX triplet: FD, 19 and 63. RGB value is (253,25,99). Sum of RGB (Red+Green+Blue) = 253+25+99=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1963 is #02E69C. Grayscale: #656565. Windows color (decimal): -190109 or 6494717. OLE color: 6494717.

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

Color convert

RGB 253 25 99 -
CMYK 0 0.90 0.61 0.01
HSL 340.53º 0.98% 0.55% -
HSV(B) 340.53º 0.9% 0.99% -
XYZ 43.11 22.48 13.87 -
YUV 101.61 126.54 235.98 -
System Red Green Blue C M Y K H S L
Decimal 253 25 99 0 0.90 0.61 0.01 340.53 0.98 0.55
Hex FD 19 63 0 5A 3D 1 155 62 37
Octal 375 31 143 0 132 75 1 525 142 67
Binary 11111101 11001 1100011 0 1011010 111101 1 101010101 1100010 110111

Color Harmonies of #FD1963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1963

Black with #FD1963

Text Example


Text Example

White with #FD1963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1963; }

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

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

background-color css

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

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

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

border-color css

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

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

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