#F958FB

Color #F958FB Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F958FB

Tints of Pink Flamingo #F958FB

Color information

#F958FB (or 0xF958FB) is unknown color: approx Pink Flamingo. HEX triplet: F9, 58 and FB. RGB value is (249,88,251). Sum of RGB (Red+Green+Blue) = 249+88+251=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 88 (34.77% from 255 or 14.97% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #F958FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F958FB is #06A704. Grayscale: #9A9A9A. Windows color (decimal): -435973 or 16472313. OLE color: 16472313.

HSL color Cylindrical-coordinate representation of color #F958FB: hue angle of 299.26º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F958FB is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24988251-
CMYK0.010.6500.02
HSL299.26º95.32%66.47%-
HSV(B)299.26º64.94%98.43%-
XYZ59.9734.0894.68-
YUV154.72182.34195.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.35%
GREEN value IS 88 (34.77% from 255) = 14.97%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=42.35%
G=14.97%
B=42.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249882510.010.6500.02299.2695.3266.47
HexF958FB1410212b5f42
Octal371130373110102453137102
Binary111110011011000111110111100000101010010101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F958FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F958FB; }

 p { color: rgb(249,88,251); }

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

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

 a { background-color: rgb(249,88,251); }

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

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

 span { border-color: rgb(249,88,251); }

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