#F84AF3

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

Shades of Pink Flamingo #F84AF3

Tints of Pink Flamingo #F84AF3

Color information

#F84AF3 (or 0xF84AF3) is unknown color: approx Pink Flamingo. HEX triplet: F8, 4A and F3. RGB value is (248,74,243). Sum of RGB (Red+Green+Blue) = 248+74+243=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 74 (29.30% from 255 or 13.10% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F84AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84AF3 is #07B50C. Grayscale: #909090. Windows color (decimal): -505101 or 15944440. OLE color: 15944440.

HSL color Cylindrical-coordinate representation of color #F84AF3: hue angle of 301.72º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84AF3 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB24874243-
CMYK00.700.020.03
HSL301.72º92.55%63.14%-
HSV(B)301.72º70.16%97.25%-
XYZ57.3431.3387.82-
YUV145.29183.15201.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 74 (29.30% from 255) = 13.10%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=43.89%
G=13.10%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487424300.700.020.03301.7292.5563.14
HexF84AF30462312e5d3f
Octal37011236301062345613577
Binary111110001001010111100110100011010111001011101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84AF3; }

 p { color: rgb(248,74,243); }

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

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

 a { background-color: rgb(248,74,243); }

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

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

 span { border-color: rgb(248,74,243); }

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