#F267FC

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

Shades of Pink Flamingo #F267FC

Tints of Pink Flamingo #F267FC

Color information

#F267FC (or 0xF267FC) is unknown color: approx Pink Flamingo. HEX triplet: F2, 67 and FC. RGB value is (242,103,252). Sum of RGB (Red+Green+Blue) = 242+103+252=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 103 (40.62% from 255 or 17.25% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #F267FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267FC is #0D9803. Grayscale: #A1A1A1. Windows color (decimal): -890884 or 16541682. OLE color: 16541682.

HSL color Cylindrical-coordinate representation of color #F267FC: hue angle of 295.97º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F267FC is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242103252-
CMYK0.040.5900.01
HSL295.97º96.13%69.61%-
HSV(B)295.97º59.13%98.82%-
XYZ59.0435.6195.86-
YUV161.55179.05185.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 103 (40.62% from 255) = 17.25%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=40.54%
G=17.25%
B=42.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421032520.040.5900.01295.9796.1369.61
HexF267FC43B011286046
Octal36214737447301450140106
Binary111100101100111111111001001110110110010100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F267FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F267FC; }

 p { color: rgb(242,103,252); }

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

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

 a { background-color: rgb(242,103,252); }

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

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

 span { border-color: rgb(242,103,252); }

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