Html Css Color HEX #FD4163 Radical Red

📋 copy color: '#FD4163'

red 253 ◦ green 65 ◦ blue 99

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

Shades of Radical Red #FD4163

Tints of Radical Red #FD4163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

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

R = 60.67%
G = 15.59%
B = 23.74%

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

#FD4163 (or 0xFD4163) is known color: Radical Red. HEX triplet: FD, 41 and 63. RGB value is (253,65,99). Sum of RGB (Red+Green+Blue) = 253+65+99=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4163 is #02BE9C. Grayscale: #7D7D7D. Windows color (decimal): -179869 or 6504957. OLE color: 6504957.

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

Color convert

RGB 253 65 99 -
CMYK 0 0.74 0.61 0.01
HSL 349.15º 0.98% 0.62% -
HSV(B) 349.15º 0.74% 0.99% -
XYZ 44.65 25.56 14.39 -
YUV 125.09 113.28 219.24 -
System Red Green Blue C M Y K H S L
Decimal 253 65 99 0 0.74 0.61 0.01 349.15 0.98 0.62
Hex FD 41 63 0 4A 3D 1 15D 62 3E
Octal 375 101 143 0 112 75 1 535 142 76
Binary 11111101 1000001 1100011 0 1001010 111101 1 101011101 1100010 111110

Color Harmonies of #FD4163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4163

Black with #FD4163

Text Example


Text Example

White with #FD4163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4163; }

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

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

background-color css

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

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

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

border-color css

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

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

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