Html Css Color HEX #FD4166 Radical Red

📋 copy color: '#FD4166'

red 253 ◦ green 65 ◦ blue 102

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

Shades of Radical Red #FD4166

Tints of Radical Red #FD4166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.29%

R = 60.24%
G = 15.48%
B = 24.29%

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

#FD4166 (or 0xFD4166) is known color: Radical Red. HEX triplet: FD, 41 and 66. RGB value is (253,65,102). Sum of RGB (Red+Green+Blue) = 253+65+102=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4166 is #02BE99. Grayscale: #7D7D7D. Windows color (decimal): -179866 or 6701565. OLE color: 6701565.

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

Color convert

RGB 253 65 102 -
CMYK 0 0.74 0.60 0.01
HSL 348.19º 0.98% 0.62% -
HSV(B) 348.19º 0.74% 0.99% -
XYZ 44.8 25.62 15.15 -
YUV 125.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 253 65 102 0 0.74 0.60 0.01 348.19 0.98 0.62
Hex FD 41 66 0 4A 3C 1 15C 62 3E
Octal 375 101 146 0 112 74 1 534 142 76
Binary 11111101 1000001 1100110 0 1001010 111100 1 101011100 1100010 111110

Color Harmonies of #FD4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4166

Black with #FD4166

Text Example


Text Example

White with #FD4166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4166; }

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

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

background-color css

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

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

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

border-color css

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

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

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