#FF34A1

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

Shades of Wild Strawberry #FF34A1

Tints of Wild Strawberry #FF34A1

Color information

#FF34A1 (or 0xFF34A1) is unknown color: approx Wild Strawberry. HEX triplet: FF, 34 and A1. RGB value is (255,52,161). Sum of RGB (Red+Green+Blue) = 255+52+161=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF34A1 is #00CB5E. Grayscale: #7C7C7C. Windows color (decimal): -52063 or 10564863. OLE color: 10564863.

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

Color convert

RGB25552161-
CMYK00.800.370
HSL327.78º100%60.2%-
HSV(B)327.78º79.61%100%-
XYZ48.926.2936.22-
YUV125.12148.25220.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.49%
GREEN value IS 52 (20.70% from 255) = 11.11%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=54.49%
G=11.11%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555216100.800.370327.7810060.2
HexFF34A1050250148643c
Octal37764241012045051014474
Binary11111111110100101000010101000010010101010010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF34A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF34A1; }

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

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

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

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

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

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

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

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