#f95bfe

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

Shades of Pink Flamingo #F95BFE

Tints of Pink Flamingo #F95BFE

Color information

#F95BFE (or 0xF95BFE) is unknown color: approx Pink Flamingo. HEX triplet: F9, 5B and FE. RGB value is (249,91,254). Sum of RGB (Red+Green+Blue) = 249+91+254=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 91 (35.94% from 255 or 15.32% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #F95BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95BFE is #06A401. Grayscale: #9C9C9C. Windows color (decimal): -435202 or 16669689. OLE color: 16669689.

HSL color Cylindrical-coordinate representation of color #F95BFE: hue angle of 298.16º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95BFE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24991254-
CMYK0.020.6400.00
HSL298.16º98.79%67.65%-
HSV(B)298.16º64.17%99.61%-
XYZ60.734.7897.28-
YUV156.82182.85193.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.92%
GREEN value IS 91 (35.94% from 255) = 15.32%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=41.92%
G=15.32%
B=42.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal249912540.020.6400.00298.1698.7967.65
HexF95BFE2400012a6344
Octal371133376210000452143104
Binary111110011011011111111101010000000010010101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f95bfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f95bfe; }

 p { color: rgb(249,91,254); }

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

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

 a { background-color: rgb(249,91,254); }

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

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

 span { border-color: rgb(249,91,254); }

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