Html Css Color HEX #FD1D66 Radical Red

📋 copy color: '#FD1D66'

red 253 ◦ green 29 ◦ blue 102

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

Shades of Radical Red #FD1D66

Tints of Radical Red #FD1D66

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

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

R = 65.89%
G = 7.55%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD1D66 (or 0xFD1D66) is known color: Radical Red. HEX triplet: FD, 1D and 66. RGB value is (253,29,102). Sum of RGB (Red+Green+Blue) = 253+29+102=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1D66 is #02E299. Grayscale: #686868. Windows color (decimal): -189082 or 6692349. OLE color: 6692349.

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

Color convert

RGB 253 29 102 -
CMYK 0 0.89 0.60 0.01
HSL 340.45º 0.98% 0.55% -
HSV(B) 340.45º 0.89% 0.99% -
XYZ 43.35 22.72 14.67 -
YUV 104.3 126.71 234.06 -
System Red Green Blue C M Y K H S L
Decimal 253 29 102 0 0.89 0.60 0.01 340.45 0.98 0.55
Hex FD 1D 66 0 59 3C 1 154 62 37
Octal 375 35 146 0 131 74 1 524 142 67
Binary 11111101 11101 1100110 0 1011001 111100 1 101010100 1100010 110111

Color Harmonies of #FD1D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D66

Black with #FD1D66

Text Example


Text Example

White with #FD1D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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