#fb3f98

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

Shades of Wild Strawberry #FB3F98

Tints of Wild Strawberry #FB3F98

Color information

#FB3F98 (or 0xFB3F98) is unknown color: approx Wild Strawberry. HEX triplet: FB, 3F and 98. RGB value is (251,63,152). Sum of RGB (Red+Green+Blue) = 251+63+152=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3F98 is #04C067. Grayscale: #818181. Windows color (decimal): -311400 or 9977851. OLE color: 9977851.

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

Color convert

RGB25163152-
CMYK00.750.390.02
HSL331.6º95.92%61.57%-
HSV(B)331.6º74.9%98.43%-
XYZ47.2326.3332.3-
YUV129.36140.78214.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.86%
GREEN value IS 63 (25% from 255) = 13.52%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=53.86%
G=13.52%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516315200.750.390.02331.695.9261.57
HexFB3F9804B27214c603e
Octal37377230011347251414076
Binary111110111111111001100001001011100111101010011001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb3f98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb3f98; }

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

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

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

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

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

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

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

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