#F95CFF

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

Shades of Pink Flamingo #F95CFF

Tints of Pink Flamingo #F95CFF

Color information

#F95CFF (or 0xF95CFF) is unknown color: approx Pink Flamingo. HEX triplet: F9, 5C and FF. RGB value is (249,92,255). Sum of RGB (Red+Green+Blue) = 249+92+255=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 92 (36.33% from 255 or 15.44% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #F95CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95CFF is #06A300. Grayscale: #9D9D9D. Windows color (decimal): -434945 or 16735481. OLE color: 16735481.

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

Color convert

RGB24992255-
CMYK0.020.6400
HSL297.79º100%68.04%-
HSV(B)297.79º63.92%100%-
XYZ60.9435.0198.15-
YUV157.52183.01193.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.78%
GREEN value IS 92 (36.33% from 255) = 15.44%
BLUE value IS 255 (100% from 255) = 42.79%
R=41.78%
G=15.44%
B=42.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal249922550.020.6400297.7910068.04
HexF95CFF2400012a6444
Octal371134377210000452144104
Binary111110011011100111111111010000000010010101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95CFF; }

 p { color: rgb(249,92,255); }

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

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

 a { background-color: rgb(249,92,255); }

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

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

 span { border-color: rgb(249,92,255); }

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