#F263FE

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

Shades of Pink Flamingo #F263FE

Tints of Pink Flamingo #F263FE

Color information

#F263FE (or 0xF263FE) is unknown color: approx Pink Flamingo. HEX triplet: F2, 63 and FE. RGB value is (242,99,254). Sum of RGB (Red+Green+Blue) = 242+99+254=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 99 (39.06% from 255 or 16.64% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #F263FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F263FE is #0D9C01. Grayscale: #9E9E9E. Windows color (decimal): -891906 or 16671730. OLE color: 16671730.

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

Color convert

RGB24299254-
CMYK0.050.6100.00
HSL295.35º98.73%69.22%-
HSV(B)295.35º61.02%99.61%-
XYZ58.9734.9697.41-
YUV159.43181.38186.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.67%
GREEN value IS 99 (39.06% from 255) = 16.64%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=40.67%
G=16.64%
B=42.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242992540.050.6100.00295.3598.7369.22
HexF263FE53D001276345
Octal36214337657500447143105
Binary111100101100011111111101011111010010010011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F263FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F263FE; }

 p { color: rgb(242,99,254); }

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

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

 a { background-color: rgb(242,99,254); }

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

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

 span { border-color: rgb(242,99,254); }

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