Html Css Color HEX #FF338B Wild Strawberry

📋 copy color: '#FF338B'

red 255 ◦ green 51 ◦ blue 139

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

Shades of Wild Strawberry #FF338B

Tints of Wild Strawberry #FF338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 57.3%
G = 11.46%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF338B (or 0xFF338B) is known color: Wild Strawberry. HEX triplet: FF, 33 and 8B. RGB value is (255,51,139). Sum of RGB (Red+Green+Blue) = 255+51+139=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF338B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF338B is #00CC74. Grayscale: #797979. Windows color (decimal): -52341 or 9122815. OLE color: 9122815.

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

Color convert

RGB 255 51 139 -
CMYK 0 0.8 0.45 0
HSL 334.12º 1% 0.6% -
HSV(B) 334.12º 0.8% 1% -
XYZ 47.08 25.49 26.86 -
YUV 122.03 137.59 222.84 -
System Red Green Blue C M Y K H S L
Decimal 255 51 139 0 0.8 0.45 0 334.12 1 0.6
Hex FF 33 8B 0 50 2D 0 14E 64 3C
Octal 377 63 213 0 120 55 0 516 144 74
Binary 11111111 110011 10001011 0 1010000 101101 0 101001110 1100100 111100

Color Harmonies of #FF338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF338B

Black with #FF338B

Text Example


Text Example

White with #FF338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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