#FF3FA8

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

Shades of Wild Strawberry #FF3FA8

Tints of Wild Strawberry #FF3FA8

Color information

#FF3FA8 (or 0xFF3FA8) is unknown color: approx Wild Strawberry. HEX triplet: FF, 3F and A8. RGB value is (255,63,168). Sum of RGB (Red+Green+Blue) = 255+63+168=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3FA8 is #00C057. Grayscale: #848484. Windows color (decimal): -49240 or 11026431. OLE color: 11026431.

HSL color Cylindrical-coordinate representation of color #FF3FA8: hue angle of 327.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FA8 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB25563168-
CMYK00.750.340
HSL327.19º100%62.35%-
HSV(B)327.19º75.29%100%-
XYZ50.0927.6439.74-
YUV132.38148.11215.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 63 (25% from 255) = 12.96%
BLUE value IS 168 (66.02% from 255) = 34.57%
R=52.47%
G=12.96%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556316800.750.340327.1910062.35
HexFF3FA804B220147643e
Octal37777250011342050714476
Binary11111111111111101010000100101110001001010001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3FA8; }

 p { color: rgb(255,63,168); }

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

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

 a { background-color: rgb(255,63,168); }

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

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

 span { border-color: rgb(255,63,168); }

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