Html Css Color HEX #FD3366 Radical Red

📋 copy color: '#FD3366'

red 253 ◦ green 51 ◦ blue 102

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

Shades of Radical Red #FD3366

Tints of Radical Red #FD3366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.56%

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

R = 62.32%
G = 12.56%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD3366 (or 0xFD3366) is known color: Radical Red. HEX triplet: FD, 33 and 66. RGB value is (253,51,102). Sum of RGB (Red+Green+Blue) = 253+51+102=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3366 is #02CC99. Grayscale: #757575. Windows color (decimal): -183450 or 6697981. OLE color: 6697981.

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

Color convert

RGB 253 51 102 -
CMYK 0 0.80 0.60 0.01
HSL 344.85º 0.98% 0.6% -
HSV(B) 344.85º 0.8% 0.99% -
XYZ 44.09 24.21 14.92 -
YUV 117.21 119.42 224.85 -
System Red Green Blue C M Y K H S L
Decimal 253 51 102 0 0.80 0.60 0.01 344.85 0.98 0.6
Hex FD 33 66 0 50 3C 1 159 62 3C
Octal 375 63 146 0 120 74 1 531 142 74
Binary 11111101 110011 1100110 0 1010000 111100 1 101011001 1100010 111100

Color Harmonies of #FD3366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3366

Black with #FD3366

Text Example


Text Example

White with #FD3366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3366; }

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

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

background-color css

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

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

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

border-color css

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

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

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