Html Css Color HEX #FD4164 Radical Red

📋 copy color: '#FD4164'

red 253 ◦ green 65 ◦ blue 100

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

Shades of Radical Red #FD4164

Tints of Radical Red #FD4164

RGB

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

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

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

R = 60.53%
G = 15.55%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD4164 (or 0xFD4164) is known color: Radical Red. HEX triplet: FD, 41 and 64. RGB value is (253,65,100). Sum of RGB (Red+Green+Blue) = 253+65+100=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4164 is #02BE9B. Grayscale: #7D7D7D. Windows color (decimal): -179868 or 6570493. OLE color: 6570493.

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

Color convert

RGB 253 65 100 -
CMYK 0 0.74 0.60 0.01
HSL 348.83º 0.98% 0.62% -
HSV(B) 348.83º 0.74% 0.99% -
XYZ 44.7 25.58 14.64 -
YUV 125.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 253 65 100 0 0.74 0.60 0.01 348.83 0.98 0.62
Hex FD 41 64 0 4A 3C 1 15D 62 3E
Octal 375 101 144 0 112 74 1 535 142 76
Binary 11111101 1000001 1100100 0 1001010 111100 1 101011101 1100010 111110

Color Harmonies of #FD4164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4164

Black with #FD4164

Text Example


Text Example

White with #FD4164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4164; }

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

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

background-color css

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

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

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

border-color css

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

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

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