#F952FE

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

Shades of Pink Flamingo #F952FE

Tints of Pink Flamingo #F952FE

Color information

#F952FE (or 0xF952FE) is unknown color: approx Pink Flamingo. HEX triplet: F9, 52 and FE. RGB value is (249,82,254). Sum of RGB (Red+Green+Blue) = 249+82+254=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 82 (32.42% from 255 or 14.02% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #F952FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F952FE is #06AD01. Grayscale: #979797. Windows color (decimal): -437506 or 16667385. OLE color: 16667385.

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

Color convert

RGB24982254-
CMYK0.020.6800.00
HSL298.26º98.85%65.88%-
HSV(B)298.26º67.72%99.61%-
XYZ59.9733.3397.04-
YUV151.54185.83197.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.56%
GREEN value IS 82 (32.42% from 255) = 14.02%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=42.56%
G=14.02%
B=43.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal249822540.020.6800.00298.2698.8565.88
HexF952FE2440012a6342
Octal371122376210400452143102
Binary111110011010010111111101010001000010010101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F952FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F952FE; }

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

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

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

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

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

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

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

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