#F958F3

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

Shades of Pink Flamingo #F958F3

Tints of Pink Flamingo #F958F3

Color information

#F958F3 (or 0xF958F3) is unknown color: approx Pink Flamingo. HEX triplet: F9, 58 and F3. RGB value is (249,88,243). Sum of RGB (Red+Green+Blue) = 249+88+243=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 88 (34.77% from 255 or 15.17% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F958F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F958F3 is #06A70C. Grayscale: #999999. Windows color (decimal): -435981 or 15948025. OLE color: 15948025.

HSL color Cylindrical-coordinate representation of color #F958F3: hue angle of 302.24º degrees, saturation: 0.93, 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 #F958F3 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB24988243-
CMYK00.650.020.02
HSL302.24º93.06%66.08%-
HSV(B)302.24º64.66%97.65%-
XYZ58.7333.5988.18-
YUV153.81178.34195.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.93%
GREEN value IS 88 (34.77% from 255) = 15.17%
BLUE value IS 243 (95.31% from 255) = 41.90%
R=42.93%
G=15.17%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498824300.650.020.02302.2493.0666.08
HexF958F30412212e5d42
Octal371130363010122456135102
Binary1111100110110001111001101000001101010010111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F958F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F958F3; }

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

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

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

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

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

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

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

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