#F95AFE

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

Shades of Pink Flamingo #F95AFE

Tints of Pink Flamingo #F95AFE

Color information

#F95AFE (or 0xF95AFE) is unknown color: approx Pink Flamingo. HEX triplet: F9, 5A and FE. RGB value is (249,90,254). Sum of RGB (Red+Green+Blue) = 249+90+254=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 90 (35.55% from 255 or 15.18% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #F95AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95AFE is #06A501. Grayscale: #9B9B9B. Windows color (decimal): -435458 or 16669433. OLE color: 16669433.

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

Color convert

RGB24990254-
CMYK0.020.6500.00
HSL298.17º98.8%67.45%-
HSV(B)298.17º64.57%99.61%-
XYZ60.6134.6197.25-
YUV156.24183.18194.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.99%
GREEN value IS 90 (35.55% from 255) = 15.18%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=41.99%
G=15.18%
B=42.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal249902540.020.6500.00298.1798.867.45
HexF95AFE2410012a6343
Octal371132376210100452143103
Binary111110011011010111111101010000010010010101011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95AFE; }

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

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

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

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

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

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

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

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