#FF348E

Color #FF348E Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FF348E

Tints of Wild Strawberry #FF348E

Color information

#FF348E (or 0xFF348E) is unknown color: approx Wild Strawberry. HEX triplet: FF, 34 and 8E. RGB value is (255,52,142). Sum of RGB (Red+Green+Blue) = 255+52+142=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF348E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF348E is #00CB71. Grayscale: #7A7A7A. Windows color (decimal): -52082 or 9319679. OLE color: 9319679.

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

Color convert

RGB25552142-
CMYK00.800.440
HSL333.4º100%60.2%-
HSV(B)333.4º79.61%100%-
XYZ47.3525.6728.05-
YUV122.96138.75222.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.79%
GREEN value IS 52 (20.70% from 255) = 11.58%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=56.79%
G=11.58%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555214200.800.440333.410060.2
HexFF348E0502C014d643c
Octal37764216012054051514474
Binary11111111110100100011100101000010110001010011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF348E; }

 p { color: rgb(255,52,142); }

 H1.HeaderClassName
 {
   color: #FF348E;
 }
 .AnyTagClassName
 {
   color: #FF348E;
 }
</style>
background-color css

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

 a { background-color: rgb(255,52,142); }

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

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

 span { border-color: rgb(255,52,142); }

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