Html Css Color HEX #FF3396 Wild Strawberry

📋 copy color: '#FF3396'

red 255 ◦ green 51 ◦ blue 150

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

Shades of Wild Strawberry #FF3396

Tints of Wild Strawberry #FF3396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.89%

R = 55.92%
G = 11.18%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF3396 (or 0xFF3396) is known color: Wild Strawberry. HEX triplet: FF, 33 and 96. RGB value is (255,51,150). Sum of RGB (Red+Green+Blue) = 255+51+150=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3396 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3396 is #00CC69. Grayscale: #7B7B7B. Windows color (decimal): -52330 or 9843711. OLE color: 9843711.

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

Color convert

RGB 255 51 150 -
CMYK 0 0.8 0.41 0
HSL 330.88º 1% 0.6% -
HSV(B) 330.88º 0.8% 1% -
XYZ 47.93 25.83 31.31 -
YUV 123.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 255 51 150 0 0.8 0.41 0 330.88 1 0.6
Hex FF 33 96 0 50 29 0 14B 64 3C
Octal 377 63 226 0 120 51 0 513 144 74
Binary 11111111 110011 10010110 0 1010000 101001 0 101001011 1100100 111100

Color Harmonies of #FF3396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3396

Black with #FF3396

Text Example


Text Example

White with #FF3396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3396; }

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

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

background-color css

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

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

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

border-color css

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

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

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