#FF67F4

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

Shades of Pink Flamingo #FF67F4

Tints of Pink Flamingo #FF67F4

Color information

#FF67F4 (or 0xFF67F4) is unknown color: approx Pink Flamingo. HEX triplet: FF, 67 and F4. RGB value is (255,103,244). Sum of RGB (Red+Green+Blue) = 255+103+244=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 103 (40.62% from 255 or 17.11% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67F4 is #00980B. Grayscale: #A4A4A4. Windows color (decimal): -38924 or 16017407. OLE color: 16017407.

HSL color Cylindrical-coordinate representation of color #FF67F4: hue angle of 304.34º 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 #FF67F4 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255103244-
CMYK00.600.040
HSL304.34º100%70.2%-
HSV(B)304.34º59.61%100%-
XYZ62.4237.4989.53-
YUV164.52172.86192.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 103 (40.62% from 255) = 17.11%
BLUE value IS 244 (95.70% from 255) = 40.53%
R=42.36%
G=17.11%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510324400.600.040304.3410070.2
HexFF67F403C401306446
Octal37714736407440460144106
Binary111111111100111111101000111100100010011000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF67F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF67F4; }

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

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

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

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

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

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

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

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