Html Css Color HEX #FF3368 Radical Red

📋 copy color: '#FF3368'

red 255 ◦ green 51 ◦ blue 104

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

Shades of Radical Red #FF3368

Tints of Radical Red #FF3368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 62.2%
G = 12.44%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FF3368 (or 0xFF3368) is known color: Radical Red. HEX triplet: FF, 33 and 68. RGB value is (255,51,104). Sum of RGB (Red+Green+Blue) = 255+51+104=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3368 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3368 is #00CC97. Grayscale: #767676. Windows color (decimal): -52376 or 6829055. OLE color: 6829055.

HSL color Cylindrical-coordinate representation of color #FF3368: hue angle of 344.41º 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 #FF3368 is Cyan = 0, Magento = 0.8, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB 255 51 104 -
CMYK 0 0.8 0.59 0
HSL 344.41º 1% 0.6% -
HSV(B) 344.41º 0.8% 1% -
XYZ 44.92 24.63 15.48 -
YUV 118.04 120.09 225.69 -
System Red Green Blue C M Y K H S L
Decimal 255 51 104 0 0.8 0.59 0 344.41 1 0.6
Hex FF 33 68 0 50 3B 0 158 64 3C
Octal 377 63 150 0 120 73 0 530 144 74
Binary 11111111 110011 1101000 0 1010000 111011 0 101011000 1100100 111100

Color Harmonies of #FF3368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3368

Black with #FF3368

Text Example


Text Example

White with #FF3368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3368; }

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

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

background-color css

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

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

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

border-color css

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

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

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