#F83CF3

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

Shades of Pink Flamingo #F83CF3

Tints of Pink Flamingo #F83CF3

Color information

#F83CF3 (or 0xF83CF3) is unknown color: approx Pink Flamingo. HEX triplet: F8, 3C and F3. RGB value is (248,60,243). Sum of RGB (Red+Green+Blue) = 248+60+243=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83CF3 is #07C30C. Grayscale: #888888. Windows color (decimal): -508685 or 15940856. OLE color: 15940856.

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

Color convert

RGB24860243-
CMYK00.760.020.03
HSL301.6º93.07%60.39%-
HSV(B)301.6º75.81%97.25%-
XYZ56.529.6687.54-
YUV137.07187.78207.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.01%
GREEN value IS 60 (23.83% from 255) = 10.89%
BLUE value IS 243 (95.31% from 255) = 44.10%
R=45.01%
G=10.89%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486024300.760.020.03301.693.0760.39
HexF83CF304C2312e5d3c
Octal3707436301142345613574
Binary11111000111100111100110100110010111001011101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83CF3; }

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

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

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

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

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

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

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

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