#F83AFF

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

Shades of Pink Flamingo #F83AFF

Tints of Pink Flamingo #F83AFF

Color information

#F83AFF (or 0xF83AFF) is unknown color: approx Pink Flamingo. HEX triplet: F8, 3A and FF. RGB value is (248,58,255). Sum of RGB (Red+Green+Blue) = 248+58+255=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 58 (23.05% from 255 or 10.34% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #F83AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83AFF is #07C500. Grayscale: #888888. Windows color (decimal): -509185 or 16726776. OLE color: 16726776.

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

Color convert

RGB24858255-
CMYK0.030.7700
HSL297.87º100%61.37%-
HSV(B)297.87º77.25%100%-
XYZ58.2730.297.37-
YUV137.27194.45206.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 58 (23.05% from 255) = 10.34%
BLUE value IS 255 (100% from 255) = 45.45%
R=44.21%
G=10.34%
B=45.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal248582550.030.7700297.8710061.37
HexF83AFF34D0012a643d
Octal3707237731150045214475
Binary1111100011101011111111111001101001001010101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83AFF; }

 p { color: rgb(248,58,255); }

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

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

 a { background-color: rgb(248,58,255); }

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

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

 span { border-color: rgb(248,58,255); }

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