#FF67FB

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

Shades of Pink Flamingo #FF67FB

Tints of Pink Flamingo #FF67FB

Color information

#FF67FB (or 0xFF67FB) is unknown color: approx Pink Flamingo. HEX triplet: FF, 67 and FB. RGB value is (255,103,251). Sum of RGB (Red+Green+Blue) = 255+103+251=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 103 (40.62% from 255 or 16.91% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67FB is #009804. Grayscale: #A4A4A4. Windows color (decimal): -38917 or 16476159. OLE color: 16476159.

HSL color Cylindrical-coordinate representation of color #FF67FB: hue angle of 301.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF67FB is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255103251-
CMYK00.600.020
HSL301.58º100%70.2%-
HSV(B)301.58º59.61%100%-
XYZ63.537.9395.24-
YUV165.32176.36191.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 103 (40.62% from 255) = 16.91%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=41.87%
G=16.91%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510325100.600.020301.5810070.2
HexFF67FB03C2012e6446
Octal37714737307420456144106
Binary11111111110011111111011011110010010010111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF67FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF67FB; }

 p { color: rgb(255,103,251); }

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

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

 a { background-color: rgb(255,103,251); }

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

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

 span { border-color: rgb(255,103,251); }

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