#F83CFD

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

Shades of Pink Flamingo #F83CFD

Tints of Pink Flamingo #F83CFD

Color information

#F83CFD (or 0xF83CFD) is unknown color: approx Pink Flamingo. HEX triplet: F8, 3C and FD. RGB value is (248,60,253). Sum of RGB (Red+Green+Blue) = 248+60+253=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 60 (23.83% from 255 or 10.70% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #F83CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83CFD is #07C302. Grayscale: #898989. Windows color (decimal): -508675 or 16596216. OLE color: 16596216.

HSL color Cylindrical-coordinate representation of color #F83CFD: hue angle of 298.45º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83CFD is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24860253-
CMYK0.020.7600.01
HSL298.45º97.97%61.37%-
HSV(B)298.45º76.28%99.22%-
XYZ58.0630.2895.71-
YUV138.21192.78206.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 60 (23.83% from 255) = 10.70%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=44.21%
G=10.70%
B=45.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal248602530.020.7600.01298.4597.9761.37
HexF83CFD24C0112a623d
Octal3707437521140145214275
Binary1111100011110011111101101001100011001010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83CFD; }

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

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

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

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

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

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

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

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