#F952FB

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

Shades of Pink Flamingo #F952FB

Tints of Pink Flamingo #F952FB

Color information

#F952FB (or 0xF952FB) is unknown color: approx Pink Flamingo. HEX triplet: F9, 52 and FB. RGB value is (249,82,251). Sum of RGB (Red+Green+Blue) = 249+82+251=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 82 (32.42% from 255 or 14.09% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #F952FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F952FB is #06AD04. Grayscale: #969696. Windows color (decimal): -437509 or 16470777. OLE color: 16470777.

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

Color convert

RGB24982251-
CMYK0.010.6700.02
HSL299.29º95.48%65.29%-
HSV(B)299.29º67.33%98.43%-
XYZ59.533.1494.53-
YUV151.2184.33197.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.78%
GREEN value IS 82 (32.42% from 255) = 14.09%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=42.78%
G=14.09%
B=43.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249822510.010.6700.02299.2995.4865.29
HexF952FB1430212b5f41
Octal371122373110302453137101
Binary111110011010010111110111100001101010010101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F952FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F952FB; }

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

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

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

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

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

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

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

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