Html Css Color HEX #FF3388 Wild Strawberry

📋 copy color: '#FF3388'

red 255 ◦ green 51 ◦ blue 136

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

Shades of Wild Strawberry #FF3388

Tints of Wild Strawberry #FF3388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.77%

R = 57.69%
G = 11.54%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF3388 (or 0xFF3388) is known color: Wild Strawberry. HEX triplet: FF, 33 and 88. RGB value is (255,51,136). Sum of RGB (Red+Green+Blue) = 255+51+136=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3388 is #00CC77. Grayscale: #797979. Windows color (decimal): -52344 or 8926207. OLE color: 8926207.

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

Color convert

RGB 255 51 136 -
CMYK 0 0.8 0.47 0
HSL 335º 1% 0.6% -
HSV(B) 335º 0.8% 1% -
XYZ 46.87 25.41 25.73 -
YUV 121.69 136.09 223.09 -
System Red Green Blue C M Y K H S L
Decimal 255 51 136 0 0.8 0.47 0 335 1 0.6
Hex FF 33 88 0 50 2F 0 14F 64 3C
Octal 377 63 210 0 120 57 0 517 144 74
Binary 11111111 110011 10001000 0 1010000 101111 0 101001111 1100100 111100

Color Harmonies of #FF3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3388

Black with #FF3388

Text Example


Text Example

White with #FF3388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3388; }

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

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

background-color css

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

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

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

border-color css

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

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

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