Html Css Color HEX #FF3366 Radical Red

📋 copy color: '#FF3366'

red 255 ◦ green 51 ◦ blue 102

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

Shades of Radical Red #FF3366

Tints of Radical Red #FF3366

RGB

 RED value IS 255 (100% from 255) = 62.5%

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

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

R = 62.5%
G = 12.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF3366 (or 0xFF3366) is known color: Radical Red. HEX triplet: FF, 33 and 66. RGB value is (255,51,102). Sum of RGB (Red+Green+Blue) = 255+51+102=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3366 is a web safe color. Inversed color of #FF3366 is #00CC99. Grayscale: #757575. Windows color (decimal): -52378 or 6697983. OLE color: 6697983.

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

Color convert

RGB 255 51 102 -
CMYK 0 0.8 0.6 0
HSL 345º 1% 0.6% -
HSV(B) 345º 0.8% 1% -
XYZ 44.82 24.59 14.95 -
YUV 117.81 119.09 225.85 -
System Red Green Blue C M Y K H S L
Decimal 255 51 102 0 0.8 0.6 0 345 1 0.6
Hex FF 33 66 0 50 3C 0 159 64 3C
Octal 377 63 146 0 120 74 0 531 144 74
Binary 11111111 110011 1100110 0 1010000 111100 0 101011001 1100100 111100

Color Harmonies of #FF3366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3366

Black with #FF3366

Text Example


Text Example

White with #FF3366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3366; }

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

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

background-color css

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

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

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

border-color css

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

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

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