#FF3F98

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

Shades of Wild Strawberry #FF3F98

Tints of Wild Strawberry #FF3F98

Color information

#FF3F98 (or 0xFF3F98) is unknown color: approx Wild Strawberry. HEX triplet: FF, 3F and 98. RGB value is (255,63,152). Sum of RGB (Red+Green+Blue) = 255+63+152=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3F98 is #00C067. Grayscale: #828282. Windows color (decimal): -49256 or 9977855. OLE color: 9977855.

HSL color Cylindrical-coordinate representation of color #FF3F98: hue angle of 332.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 #FF3F98 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB25563152-
CMYK00.750.400
HSL332.19º100%62.35%-
HSV(B)332.19º75.29%100%-
XYZ48.6927.0832.37-
YUV130.55140.11216.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 63 (25% from 255) = 13.40%
BLUE value IS 152 (59.77% from 255) = 32.34%
R=54.26%
G=13.40%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556315200.750.400332.1910062.35
HexFF3F9804B28014c643e
Octal37777230011350051414476
Binary11111111111111100110000100101110100001010011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3F98; }

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

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

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

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

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

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

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

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