Html Css Color HEX #FD4263 Radical Red

📋 copy color: '#FD4263'

red 253 ◦ green 66 ◦ blue 99

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

Shades of Radical Red #FD4263

Tints of Radical Red #FD4263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 60.53%
G = 15.79%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FD4263 (or 0xFD4263) is known color: Radical Red. HEX triplet: FD, 42 and 63. RGB value is (253,66,99). Sum of RGB (Red+Green+Blue) = 253+66+99=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4263 is #02BD9C. Grayscale: #7D7D7D. Windows color (decimal): -179613 or 6505213. OLE color: 6505213.

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

Color convert

RGB 253 66 99 -
CMYK 0 0.74 0.61 0.01
HSL 349.41º 0.98% 0.63% -
HSV(B) 349.41º 0.74% 0.99% -
XYZ 44.71 25.68 14.4 -
YUV 125.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 253 66 99 0 0.74 0.61 0.01 349.41 0.98 0.63
Hex FD 42 63 0 4A 3D 1 15D 62 3F
Octal 375 102 143 0 112 75 1 535 142 77
Binary 11111101 1000010 1100011 0 1001010 111101 1 101011101 1100010 111111

Color Harmonies of #FD4263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4263

Black with #FD4263

Text Example


Text Example

White with #FD4263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4263; }

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

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

background-color css

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

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

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

border-color css

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

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

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