Html Css Color HEX #FF3376 Radical Red

📋 copy color: '#FF3376'

red 255 ◦ green 51 ◦ blue 118

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

Shades of Radical Red #FF3376

Tints of Radical Red #FF3376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.83%

R = 60.14%
G = 12.03%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF3376 (or 0xFF3376) is known color: Radical Red. HEX triplet: FF, 33 and 76. RGB value is (255,51,118). Sum of RGB (Red+Green+Blue) = 255+51+118=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3376 is #00CC89. Grayscale: #777777. Windows color (decimal): -52362 or 7746559. OLE color: 7746559.

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

Color convert

RGB 255 51 118 -
CMYK 0 0.8 0.54 0
HSL 340.29º 1% 0.6% -
HSV(B) 340.29º 0.8% 1% -
XYZ 45.69 24.94 19.54 -
YUV 119.63 127.09 224.55 -
System Red Green Blue C M Y K H S L
Decimal 255 51 118 0 0.8 0.54 0 340.29 1 0.6
Hex FF 33 76 0 50 36 0 154 64 3C
Octal 377 63 166 0 120 66 0 524 144 74
Binary 11111111 110011 1110110 0 1010000 110110 0 101010100 1100100 111100

Color Harmonies of #FF3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3376

Black with #FF3376

Text Example


Text Example

White with #FF3376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3376; }

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

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

background-color css

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

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

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

border-color css

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

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

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