Html Css Color HEX #FD4165 Radical Red

📋 copy color: '#FD4165'

red 253 ◦ green 65 ◦ blue 101

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

Shades of Radical Red #FD4165

Tints of Radical Red #FD4165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 60.38%
G = 15.51%
B = 24.11%

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

#FD4165 (or 0xFD4165) is known color: Radical Red. HEX triplet: FD, 41 and 65. RGB value is (253,65,101). Sum of RGB (Red+Green+Blue) = 253+65+101=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4165 is #02BE9A. Grayscale: #7D7D7D. Windows color (decimal): -179867 or 6636029. OLE color: 6636029.

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

Color convert

RGB 253 65 101 -
CMYK 0 0.74 0.60 0.01
HSL 348.51º 0.98% 0.62% -
HSV(B) 348.51º 0.74% 0.99% -
XYZ 44.75 25.6 14.9 -
YUV 125.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 253 65 101 0 0.74 0.60 0.01 348.51 0.98 0.62
Hex FD 41 65 0 4A 3C 1 15D 62 3E
Octal 375 101 145 0 112 74 1 535 142 76
Binary 11111101 1000001 1100101 0 1001010 111100 1 101011101 1100010 111110

Color Harmonies of #FD4165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4165

Black with #FD4165

Text Example


Text Example

White with #FD4165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4165; }

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

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

background-color css

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

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

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

border-color css

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

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

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