Html Css Color HEX #FF338D Wild Strawberry

📋 copy color: '#FF338D'

red 255 ◦ green 51 ◦ blue 141

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

Shades of Wild Strawberry #FF338D

Tints of Wild Strawberry #FF338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 57.05%
G = 11.41%
B = 31.54%

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

#FF338D (or 0xFF338D) is known color: Wild Strawberry. HEX triplet: FF, 33 and 8D. RGB value is (255,51,141). Sum of RGB (Red+Green+Blue) = 255+51+141=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF338D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF338D is #00CC72. Grayscale: #7A7A7A. Windows color (decimal): -52339 or 9253887. OLE color: 9253887.

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

Color convert

RGB 255 51 141 -
CMYK 0 0.8 0.45 0
HSL 333.53º 1% 0.6% -
HSV(B) 333.53º 0.8% 1% -
XYZ 47.23 25.55 27.64 -
YUV 122.26 138.59 222.68 -
System Red Green Blue C M Y K H S L
Decimal 255 51 141 0 0.8 0.45 0 333.53 1 0.6
Hex FF 33 8D 0 50 2D 0 14E 64 3C
Octal 377 63 215 0 120 55 0 516 144 74
Binary 11111111 110011 10001101 0 1010000 101101 0 101001110 1100100 111100

Color Harmonies of #FF338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF338D

Black with #FF338D

Text Example


Text Example

White with #FF338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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